Skip to content

Commit

Permalink
Update github-actions-demo.yml
Browse files Browse the repository at this point in the history
Install dependencies
  • Loading branch information
ecboghiu committed Sep 1, 2023
1 parent d010e05 commit b975616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff pytest
pip install ruff pytest numpy sympy scipy numba mosek tqdm
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
#- name: Lint with ruff
# run: |
Expand Down

0 comments on commit b975616

Please sign in to comment.