Skip to content

Commit

Permalink
Run (real) int. tests on 3.11 w.o timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Apr 15, 2024
1 parent 4f4c96a commit c04dd71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
matrix:
# TODO: We should ideally also run this with Windows/Mac clients and a Linux
# server. Unsure how to set that up with GitHub Actions though.
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.11']

steps:
- uses: actions/checkout@v4
Expand All @@ -172,7 +172,8 @@ jobs:
- name: Launch integration tests
id: self_hosted_integration_tests
run: poetry run pytest --slow -n 5 --cov=milatools --cov-report=xml --cov-append -vvv --log-level=DEBUG
timeout-minutes: 60
# todo: Seems like the tests time out while waiting for jobs to be allocated!
# timeout-minutes: 60
env:
SLURM_CLUSTER: mila

Expand Down

0 comments on commit c04dd71

Please sign in to comment.