Skip to content

Commit

Permalink
Testing if Windows conditional is no longer needed with latest GitHub…
Browse files Browse the repository at this point in the history
… Actions runners.
  • Loading branch information
alexdlaird committed Dec 27, 2023
1 parent aac7723 commit e55d784
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,7 @@ jobs:
- name: Install dependencies
run: make install
- name: Test
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
coverage run -m unittest discover -b;
else
make test
fi
run: make test
shell: bash
- name: Build docs
run: make docs
Expand Down

0 comments on commit e55d784

Please sign in to comment.