Skip to content

Commit

Permalink
Fixes missing testing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed May 16, 2024
1 parent 809cee7 commit ddb480b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install test-requirements.txt
run: pip install -r test-requirements.txt
- name: Run tests
shell: bash
env:
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
evv4e3sm

0 comments on commit ddb480b

Please sign in to comment.