Skip to content

Commit

Permalink
testing without the /
Browse files Browse the repository at this point in the history
  • Loading branch information
ijpulidos committed Jul 18, 2023
1 parent e1d8bec commit e37a278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/espaloma_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: always()
run: |
pytest -v --log-cli-level $LOGLEVEL $COV_ARGS --durations=20 \
-k "TestEspalomaTemplateGenerator" -m "espaloma" openmmforcefields/tests/
-k "TestEspalomaTemplateGenerator" -m "espaloma" openmmforcefields/tests
env:
COV_ARGS: --cov=openmmforcefields --cov-config=setup.cfg --cov-append --cov-report=xml
LOGLEVEL: "INFO"
Expand Down

0 comments on commit e37a278

Please sign in to comment.