We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fac783 commit c84b841Copy full SHA for c84b841
.github/workflows/ci-workflow.yml
@@ -24,6 +24,7 @@ jobs:
24
- uses: actions/setup-python@v5
25
- name: Install packages and run tests
26
run: |
27
+ python3 -m pip install pip -U
28
pip install pytest
29
pip install .
30
pip freeze
0 commit comments