Skip to content

Commit

Permalink
Add strategy block
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouziani committed Jan 21, 2024
1 parent ce4d71f commit bac0b69
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
build:
name: Build distribution 📦
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]

container:
image: firedrakeproject/firedrake-vanilla:latest
options: --user root
Expand All @@ -25,7 +29,7 @@ jobs:
uses: actions/setup-python@v4
with:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ${{ matrix.python-version }}
- name: Install pypa/build
run: >-
python3 -m
Expand Down

0 comments on commit bac0b69

Please sign in to comment.