Skip to content

Commit

Permalink
Allow all builds to happen.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgautier committed Jun 26, 2023
1 parent ea14dc3 commit da4f697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,14 @@ jobs:
deploy:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
r-version: [release]
os: [ubuntu-latest, macOS-latest, windows-2019]
exclude:
- python-version: 3.8
os: windows-2019
os: windows-2019
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit da4f697

Please sign in to comment.