Skip to content

Commit

Permalink
Add docker test env back into testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Oct 13, 2023
1 parent 4a7b889 commit 1d8b090
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/workflows/PackageTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,27 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
slurm_version:
- 20.11.9.1
- 22.05.2.1
- 23.02.5.1
python_version:
- 3.8
- 3.9

container:
image: ghcr.io/pitt-crc/test-env:${{ matrix.slurm_version }}
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Setup environment
run: /usr/local/bin/entrypoint.sh

- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit 1d8b090

Please sign in to comment.