Skip to content

Commit

Permalink
Investigate optimised python launch failure on Windows.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mansencal <[email protected]>
  • Loading branch information
KelSolaar committed Aug 2, 2024
1 parent 11d0b44 commit 2aa8c0b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
run: |
poetry run pre-commit run --all-files
shell: bash
- name: Test Optimised Python Execution
run: |
poetry run python -OO -c "import $CI_PACKAGE"
shell: bash
# - name: Test Optimised Python Execution
# run: |
# poetry run python -OO -c "import $CI_PACKAGE"
# shell: bash
- name: Test with Pytest
run: |
poetry run python -W ignore -m pytest --disable-warnings --doctest-modules --ignore=$CI_PACKAGE/config/reference/aces-dev --cov=$CI_PACKAGE $CI_PACKAGE
Expand Down

0 comments on commit 2aa8c0b

Please sign in to comment.