Skip to content

Commit 48d4850

Browse files
committed
github actions test
1 parent c51251b commit 48d4850

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
with:
4545
python-version: 3.12
4646

47+
- name: Upgrade pip and install dependencies
48+
run: |
49+
pip install --upgrade pip setuptools wheel
50+
pip install --upgrade cffi cryptography
51+
pip install --upgrade -r requirements.txt
52+
4753
- run: pip install --upgrade setuptools
4854

4955
- run: pushd examples/aml && pip install -r requirements.txt && popd

0 commit comments

Comments
 (0)