Skip to content

Commit

Permalink
CI(Ubuntu): Install packages from pip
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Sep 24, 2024
1 parent a114b70 commit 9b05e37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r .github/workflows/python_requirements.txt
pip install -r .github/workflows/optional_requirements.txt
- name: Create installation directory
run: |
Expand Down

0 comments on commit 9b05e37

Please sign in to comment.