Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jul 4, 2024
1 parent 8eb09bd commit ef9c2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
architecture: ${{ matrix.architecture }}
- name: Install nosetests
run: |
pip install nosetests
pip install nose
- name: Run test
run: nosetests pyrms/rmsTest

0 comments on commit ef9c2e0

Please sign in to comment.