Skip to content

Commit 541403b

Browse files
author
Lucas McDonald
committed
m
1 parent 2b86238 commit 541403b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci_test_python.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
type: boolean
2121

2222
jobs:
23-
testPythonDafny:
23+
testPython:
2424
strategy:
2525
matrix:
2626
library: [DynamoDbEncryption]
@@ -49,6 +49,15 @@ jobs:
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151

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+
5261
- name: Setup Dafny
5362
uses: ./submodules/MaterialProviders/.github/actions/setup_dafny/
5463
with:

0 commit comments

Comments
 (0)