Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Oct 7, 2024
1 parent 4d00331 commit dcc0514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Install requirements
run: |
mamba install \
--file=requirements.txt
--file=requirements-testing.txt
--file=requirements.txt \
--file=requirements-testing.txt \
--file=requirements-notebooks.txt
mamba list
Expand Down

0 comments on commit dcc0514

Please sign in to comment.