Skip to content

Commit

Permalink
just test on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterWone committed Mar 1, 2024
1 parent 772bab4 commit 5c794b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
# os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: ubuntu-latest
path: ~/.cache/pip
# - os: macos-latest
# path: ~/Library/Caches/pip
- os: windows-latest
path: ~\AppData\Local\pip\Cache
# - os: windows-latest
# path: ~\AppData\Local\pip\Cache
runs-on: ${{ matrix.os }}
steps:
- uses: actions/cache@v4
Expand Down

0 comments on commit 5c794b5

Please sign in to comment.