Skip to content

Commit

Permalink
fix nox to work with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefandinno committed Dec 11, 2024
1 parent a3710d7 commit ebcab6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ebcab6d

Please sign in to comment.