Skip to content

Commit

Permalink
Merge pull request #62 from letsbuilda/shenanigansd-patch-1
Browse files Browse the repository at this point in the history
Limit CI test platforms to Linux
  • Loading branch information
shenanigansd authored Oct 1, 2023
2 parents 4ee1888 + de10400 commit 1e7a800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
needs: lint
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
os: [ ubuntu-latest ]
python-version: [ "3.11" ]

uses: darbiadev/.github/.github/workflows/python-test.yaml@068870f051676db9e2651013f7c7196ffdaeadaa # v2.0.0
Expand Down

0 comments on commit 1e7a800

Please sign in to comment.