Skip to content

Commit

Permalink
fix: add needed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Artanias committed Feb 25, 2024
1 parent cb6363e commit 267198a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_n_push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
make substitute-sources
pip install $(python3 setup.py --install-requirements)
pip install --requirement docs/notebooks/requirements.txt
pip install pre-commit==3.4.0
pip install pre-commit==3.4.0 Cython==3.0.8
make pre-commit
docker-build-test-autotest:
Expand Down

0 comments on commit 267198a

Please sign in to comment.