Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshrinet committed Apr 28, 2024
1 parent d137bee commit 90549f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run_notebooks.yml
Expand Up @@ -21,10 +21,13 @@ jobs:
- name: Display Python version
run: python -c "import sys; print(sys.version)"

- name: Install setup
run: python -m pip install -U pip setuptools

- name: Install dependencies
run: python -m pip install -U pip setuptools
run: python -m pip install -r requirements.txt

- name: Install dependencies test
run: cd tests && python -m pip install -r test_req.txt

- name: Install pystokes
Expand Down

0 comments on commit 90549f8

Please sign in to comment.