Skip to content

Commit

Permalink
Fix space in tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
landreman committed Jan 17, 2025
1 parent 89203c4 commit 83ec660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# run: pip install -v ".[MPI,SPEC,VIS]"
run: pip install -v "."

- name: Run tests on 1 process using coverage
- name: Run tests on 1 process using coverage
run: |
cd tests
python -m unittest geo.test_curve_optimizable.Testing
Expand Down

0 comments on commit 83ec660

Please sign in to comment.