Skip to content

Commit

Permalink
Remove redundant call in `continuous-integration-quality-unit-tests.y…
Browse files Browse the repository at this point in the history
…ml` file.
  • Loading branch information
KelSolaar committed Aug 2, 2024
1 parent 496d94d commit 11742ba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ jobs:
- name: Test Optimised Python Execution
run: |
poetry run python -OO -c "import $CI_PACKAGE"
poetry run python -OO -c "import $CI_PACKAGE"
shell: bash
- name: Test with Pytest
run: |
Expand Down

0 comments on commit 11742ba

Please sign in to comment.