Skip to content

Commit 2a542fd

Browse files
authored
Update rustbca_compile_check.yml
Added upgrade commands
1 parent b4e3c57 commit 2a542fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rustbca_compile_check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: test Python Bindings
4343
run: |
4444
python3 -m pip install setuptools_rust testresources setuptools wheel
45+
python3 -m pip install --upgrade pip setuptools wheel
4546
python3 -m pip install .
4647
python3 -c "from libRustBCA.pybca import *;"
4748
python3 examples/test_rustbca.py

0 commit comments

Comments
 (0)