Skip to content

Commit

Permalink
3.9 now
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonspeed committed Nov 3, 2024
1 parent 96468ad commit c60ab73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
python3.9 -m venv venv2
. venv2/bin/activate
pip install -r requirements-dev.txt
pip install dist/*-cp38-*manylinux*.whl
pip install dist/*-cp39-*manylinux*.whl
mv filprofiler filprofiler.disabled
make test-python-no-deps
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c60ab73

Please sign in to comment.