Skip to content

Commit

Permalink
dev: Fix syntax error in CI manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
adigitoleo committed Oct 18, 2023
1 parent 49c7fa3 commit 350b7c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install "$PWD"[test]
python3 -m pytest -rN
install:
name: (MacOS) Install package and run tests
runs-on: macos-latest

Expand All @@ -47,7 +47,7 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install "$PWD"[test]
python3 -m pytest -rN
install:
name: (Windows) Install package and run tests
runs-on: windows-latest

Expand Down

0 comments on commit 350b7c8

Please sign in to comment.