Skip to content

Commit

Permalink
WIP - Run only one test set
Browse files Browse the repository at this point in the history
  • Loading branch information
GDYendell committed Jul 31, 2024
1 parent e69ee7c commit 64f8959
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
matrix:
runs-on: ["ubuntu-latest"] # can add windows-latest, macos-latest
python-version: ["3.11"]
include:
# Include one that runs in the dev environment
- runs-on: "ubuntu-latest"
python-version: "dev"
# include:
# # Include one that runs in the dev environment
# - runs-on: "ubuntu-latest"
# python-version: "dev"
fail-fast: false
uses: ./.github/workflows/_test.yml
with:
Expand Down

0 comments on commit 64f8959

Please sign in to comment.