Skip to content

Commit

Permalink
Drop win support for now. We will add it back later
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Apr 20, 2024
1 parent df73116 commit 976096d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
needs: [build]
strategy:
matrix:
os: [windows-2022]
os: [macos-latest, ubuntu-latest]
python-version: ["3.8", "3.11"]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -61,6 +61,5 @@ jobs:
pip
dist/clp_logging-*.whl
-r requirements-test.txt
shell: bash

- run: python -m unittest -fv

0 comments on commit 976096d

Please sign in to comment.