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 e24236f commit 940b080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
- name: Clingo version
id: clingo-version
run: |
python -c "import clingo; print(clingo.__version__)" >> $GITHUB_OUTPUT
CLINGO_VERSION=$(python -c "import clingo; print(clingo.__version__)") >> $$GITHUB_ENV
- name: Cache nox
id: cache-nox
uses: actions/cache@v3
with:
path: .nox
key: ${{ runner.os }}-python-${{ matrix.python-version }}-clingo-$GITHUB_OUTPUT-nox
key: ${{ runner.os }}-python-${{ matrix.python-version }}-clingo-${{ env.CLINGO_VERSION }} -nox

- name: Info
run: |
Expand Down

0 comments on commit 940b080

Please sign in to comment.