Skip to content

Commit

Permalink
Reduce executation time of conda workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Nov 25, 2023
1 parent f10820f commit 2502f51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: ${{ github.event_name == 'pull_request' }}
max-parallel: ${{ github.event_name == 'pull_request' && 2 || 6 }}
matrix:
os: [ubuntu-latest, macos-latest]
python: ['3.9', '3.10', '3.11']
Expand Down

0 comments on commit 2502f51

Please sign in to comment.