From 2e379a6da7632edc08b61dfa09d4c84b798cf8cc Mon Sep 17 00:00:00 2001 From: Matthew Broadway Date: Mon, 1 Jan 2024 16:46:38 +0000 Subject: [PATCH] adjusted testing workflow --- .github/workflows/test.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ab69fd67f..9207b96bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,7 +68,7 @@ jobs: OS_MATRIX: | - ubuntu-latest #- macos-13 - #- windows-latest + - windows-latest PYTHON_VERSION: | #- '3.8' #- '3.9' @@ -76,7 +76,7 @@ jobs: #- '3.11' - '3.12' #- 'pypy3.9' - #- 'pypy3.10' + - 'pypy3.10' test: name: Test @@ -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/sccache-action@v0.0.3 - # with: - # version: "v0.5.3" + - name: Sccache Setup + uses: mozilla-actions/sccache-action@v0.0.3 + with: + version: "v0.5.3" - uses: actions/checkout@v4 - uses: conda-incubator/setup-miniconda@v3 with: