Skip to content

Commit

Permalink
Update the job matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
abbiemery committed Nov 24, 2023
1 parent a5d4eca commit 091c510
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,7 @@ jobs:
matrix:
os: ["ubuntu-latest"] # can add windows-latest, macos-latest
python: ["3.9", "3.10"]
install: ["-e .[dev]"]
# Make one version be non-editable to test both paths of version code
include:
- os: "ubuntu-latest"
python: "3.9"
install: ".[dev]"
install: [".[dev]","-e .[dev]"]

runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 091c510

Please sign in to comment.