Skip to content

Commit

Permalink
testing several clingo versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefandinno committed Dec 12, 2024
1 parent 78dedf7 commit 1464f66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ jobs:

- name: Install dependencies
run: |
python -m install "clingo${{ matrix.clingo-version }}"
python -m pip install "clingo${{ matrix.clingo-version }}"
python -m pip install nox
python -m pip install isort
- name: Cache nox
id: cache-nox
uses: actions/cache@v3
env:
CLINGO_VERSION: ${{ matrix.clingo-version }}
with:
path: .nox
key: ${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.clingo-version }}-nox
Expand Down

0 comments on commit 1464f66

Please sign in to comment.