From ebcab6d6d1ee5302d53b370dcbf58c1ae040d358 Mon Sep 17 00:00:00 2001 From: Jorge Fandinno Date: Wed, 11 Dec 2024 13:59:14 -0600 Subject: [PATCH] fix nox to work with github actions --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d9d9b6..75dd8a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,12 +29,12 @@ jobs: python -m pip install nox python -m pip install isort - # - name: Cache nox - # id: cache-nox - # uses: actions/cache@v3 - # with: - # path: .nox - # key: ${{ runner.os }}-nox + - name: Cache nox + id: cache-nox + uses: actions/cache@v3 + with: + path: .nox + key: ${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.clingo-version }}-nox - name: Info run: |