Skip to content

Commit

Permalink
mdu test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantoinedupre committed Oct 10, 2023
1 parent 0ddcc77 commit 5ab371c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@ jobs:
- name: Install dependencies
run: |
echo "pip version" `pip3 --version`
pip3 wheel --wheel-dir=~/.wheel_dir pip wheel setuptools
pip3 install --find-links=~/.wheel_dir --upgrade pip wheel setuptools
echo "pip version" `pip3 --version`
pip3 wheel --wheel-dir=~/.wheel_dir pip-tools -c dev-requirements.txt
pip3 install --find-links=~/.wheel_dir --upgrade pip-tools -c dev-requirements.txt
echo "pip-compile version" `pip-compile --version`
- name: Check dependency graph
run: |
Expand Down

0 comments on commit 5ab371c

Please sign in to comment.