Skip to content

Commit

Permalink
Replace deprecated command for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlukasczyk committed Dec 16, 2024
1 parent da575f6 commit 39d67fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ memory-profile:
- pip install poetry
- poetry config virtualenvs.in-project true
- poetry install
- poetry add --dev memray pytest-memray
- poetry add --group dev memray pytest-memray
script:
- poetry run pytest --memray tests/
needs: ["pre-commit", "reuse"]
Expand Down

0 comments on commit 39d67fc

Please sign in to comment.