Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gedeck committed May 7, 2024
1 parent 6b66678 commit eb9dd4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
run: |
pip install --upgrade pip
pip install --upgrade wheel
pip install scipy
pip install -r requirements-modern.txt
cat requirements-modern.txt
Expand Down Expand Up @@ -107,6 +108,7 @@ jobs:
run: |
pip install --upgrade pip
pip install --upgrade wheel
pip install scipy
pip install -r requirements-industrial.txt
pip freeze
Expand Down

0 comments on commit eb9dd4c

Please sign in to comment.