Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jul 4, 2024
1 parent 14437af commit 27ddebc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@ jobs:
- name: Install nosetests
run: |
pip install nose
- name: Debug
run: |
pwd
ls
- name: Run test
run: nosetests rmsTest.py
run: nosetests pyrms/rmsTest.py

0 comments on commit 27ddebc

Please sign in to comment.