Skip to content

Commit

Permalink
adjusted testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbway committed Jan 3, 2024
1 parent 2bca097 commit 57d6b0a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ jobs:
OS_MATRIX: |
- ubuntu-latest
#- macos-13
#- windows-latest
- windows-latest
PYTHON_VERSION: |
#- '3.8'
#- '3.9'
#- '3.10'
#- '3.11'
- '3.12'
#- 'pypy3.9'
#- 'pypy3.10'
- 'pypy3.10'
test:
name: Test
Expand All @@ -90,17 +90,17 @@ jobs:
env:
RUST_BACKTRACE: "1"
SCCACHE_GHA_ENABLED: "true"
#RUSTC_WRAPPER: "sccache"
RUSTC_WRAPPER: "sccache"
steps:
- name: Cleanup Disk
if: ${{ !startsWith(matrix.os, 'windows') }}
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
#- name: Sccache Setup
# uses: mozilla-actions/[email protected]
# with:
# version: "v0.5.3"
- name: Sccache Setup
uses: mozilla-actions/[email protected]
with:
version: "v0.5.3"
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit 57d6b0a

Please sign in to comment.