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 1464f66 commit cca52d2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@ jobs:
python -m pip install nox
python -m pip install isort
- name: Clingo version
id: clingo-version
run: |
python -c "import clingo; print(clingo.__version__)" >> $CLINGO_VERSION
- 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
key: ${{ runner.os }}-python-${{ matrix.python-version }}-clingo-${CLINGO_VERSION}-nox

- name: Info
run: |
Expand Down

0 comments on commit cca52d2

Please sign in to comment.