Skip to content

Commit

Permalink
Fixing build file for GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Nov 29, 2022
1 parent e60ae97 commit 8207deb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@ jobs:
make install
- name: Run tests
run: |
# if [ "$RUNNER_OS" == "Windows" ]; then
# nosetests --traverse-namespace
# else
make test local
# fi
make test local
shell: bash
- name: Upload coverage
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.11'
Expand Down

0 comments on commit 8207deb

Please sign in to comment.