We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b86238 commit 541403bCopy full SHA for 541403b
.github/workflows/ci_test_python.yml
@@ -20,7 +20,7 @@ on:
20
type: boolean
21
22
jobs:
23
- testPythonDafny:
+ testPython:
24
strategy:
25
matrix:
26
library: [DynamoDbEncryption]
@@ -49,6 +49,15 @@ jobs:
49
with:
50
python-version: ${{ matrix.python-version }}
51
52
+ - name: Setup Python ${{ matrix.python-version }} for running tests
53
+ with:
54
+ python-version: ${{ matrix.python-version }}
55
+ architecture: x64
56
+ - run: |
57
+ python -m pip install --upgrade pip
58
+ pip install --upgrade tox
59
+ pip install poetry
60
+
61
- name: Setup Dafny
62
uses: ./submodules/MaterialProviders/.github/actions/setup_dafny/
63
0 commit comments