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 793e5b2 commit d137bee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
run: python -c "import sys; print(sys.version)"


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

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

- name: Install pystokes
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:

- name: Install dependencies
run: python -m pip install -U pip setuptools
run: python -m pip install -U pip wheel
run: python -m pip install -r requirements.txt
run: cd tests && python -m pip install -r test_req.txt

Expand Down

0 comments on commit d137bee

Please sign in to comment.