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 a0b3c2e commit 458ea4e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,21 @@ jobs:

- name: Install dependencies
run: |
python -m pip install "clingo${{ matrix.clingo-version }}"
python -m pip install nox
python -m pip install isort
- name: Clingo version
id: clingo-version
run: |
echo "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 }}-${{ matrix.python-version }}-${{ matrix.clingo-version }}-nox
key: ${{ runner.os }}-python-${{ matrix.python-version }}-clingo-${{ env.CLINGO_VERSION }}-nox

- name: Info
run: |
Expand Down

0 comments on commit 458ea4e

Please sign in to comment.