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 c51251b commit 48d4850Copy full SHA for 48d4850
.github/workflows/tests.yaml
@@ -44,6 +44,12 @@ jobs:
44
with:
45
python-version: 3.12
46
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
+
53
- run: pip install --upgrade setuptools
54
55
- run: pushd examples/aml && pip install -r requirements.txt && popd
0 commit comments