Skip to content

Commit

Permalink
add missing requirements call
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Sep 5, 2023
1 parent d3a0d8f commit 8391750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
apt-get update
apt-get install -y --no-install-recommends python3 python3-pip
pip3 install -U pip pytest
pip3 install -r requirements-tests.txt
run: |
set -e
pip3 install cotengrust --find-links dist --force-reinstall
Expand Down

0 comments on commit 8391750

Please sign in to comment.