Skip to content

Commit

Permalink
Renaming directory in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
renan-souza committed Jan 6, 2025
1 parent e826bf9 commit cb60f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-py313.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- name: List installed packages
run: pip list

- name: Test with pytest and redis, ignoring the ones that (as of the day I am writing this) don't work on py3.13)
- name: Test with pytest and redis, ignoring the ones that (as of Dec 21 2024) don't work on py3.13)
run: |
pytest --ignore=tests/adapters/test_tensorboard.py --ignore tests/decorator_tests/ml_tests/
pytest --ignore=tests/adapters/test_tensorboard.py --ignore tests/instrumentation_tests/ml_tests/
- name: Shut down docker compose
run: make services-stop-mongo
Expand Down

0 comments on commit cb60f29

Please sign in to comment.