Skip to content

Commit

Permalink
Use only one group for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedk committed Sep 4, 2024
1 parent d601e52 commit bc6aba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
fail-fast: false
matrix:
python_version: ["3.8", "3.9", "3.10", "3.11"]
group_number: [1, 2]
group_number: [1]
name: Run Tests - Python ${{ matrix.python_version }} - Group ${{ matrix.group_number }}
uses: ./.github/workflows/run-tests-workflow.yaml
secrets: inherit
Expand All @@ -89,7 +89,7 @@ jobs:
fail-fast: false
matrix:
python_version: ["3.8", "3.9", "3.10", "3.11"]
group_number: [1, 2]
group_number: [1]
name: Run Notebook tests - Python ${{ matrix.python_version }} - Group ${{ matrix.group_number }}
uses: ./.github/workflows/run-notebook-tests-workflow.yaml
with:
Expand Down

0 comments on commit bc6aba8

Please sign in to comment.