Skip to content

Commit

Permalink
Make all version numbers strings
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Sep 15, 2023
1 parent a906a7c commit a99b6a9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/PackageTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
fail-fast: false
matrix:
slurm_version:
- 20.02.5.1
- 20.11.9.1
- 22.05.2.1
- "20.02.5.1"
- "20.11.9.1"
- "22.05.2.1"
python_version:
- 3.8
- 3.9
- 3.10
- 3.11
- "3.8"
- "3.9"
- "3.10"
- "3.11"

container:
image: ghcr.io/pitt-crc/test-env:${{ matrix.slurm_version }}
Expand Down

0 comments on commit a99b6a9

Please sign in to comment.