Skip to content

Commit

Permalink
Update name of test runner in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
niconoe committed Nov 13, 2023
1 parent 46c9ba0 commit bb27bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: run-unit-tests
on: [push]
jobs:
run-nosetests:
run-pytest:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit bb27bf1

Please sign in to comment.