Skip to content

Commit

Permalink
Update predeps_workflows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Jan 9, 2024
1 parent d91877a commit 00954e1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/predeps_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ jobs:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:

- name: RC testing on Linux with remote data
os: ubuntu-latest
python: '3.11'
toxenv: py311-test-predeps
python: '3.12'
toxenv: py312-test-predeps
toxposargs: --remote-data

- name: RC testing on OSX
Expand All @@ -36,8 +37,8 @@ jobs:

- name: RC testing on Windows
os: windows-latest
python: '3.10'
toxenv: py310-test-predeps
python: '3.11'
toxenv: py311-test-predeps

steps:
- name: Checkout code
Expand Down

0 comments on commit 00954e1

Please sign in to comment.