Skip to content

Commit

Permalink
Fix pip invocation in .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Aug 27, 2024
1 parent e899def commit f145c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ iocage_tests_task:
pip_cache:
folder: ~/.cache/pip
populate_script:
- python3 install -r requirements-test.txt
- python3 -m pip install -r requirements-test.txt
- python3 -m pip install -U cython
env_setup_script:
- python3 -m pip install -U -r requirements-test.txt
Expand Down

0 comments on commit f145c73

Please sign in to comment.