Skip to content

Commit 2c836f0

Browse files
author
Lucas McDonald
committed
m
1 parent f17ddbe commit 2c836f0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci_test_vector_python.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ jobs:
8181
with:
8282
python-version: ${{ matrix.python-version }}
8383

84+
- name: Setup Python ${{ matrix.python-version }} for running tests
85+
run: |
86+
python -m pip install --upgrade pip
87+
pip install --upgrade tox
88+
pip install poetry
89+
8490
- name: Build Python TestVectors implementation
8591
shell: bash
8692
working-directory: ${{matrix.library}}

0 commit comments

Comments
 (0)