Skip to content

Commit

Permalink
Add python version
Browse files Browse the repository at this point in the history
  • Loading branch information
sthiele committed Oct 14, 2023
1 parent c825c85 commit f5b5fb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on: [push]

jobs:
build:
name: clingo ${{ matrix.os }}
name: clingo ${{ matrix.python-version }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
python-version: ['3.7']
include:
- os: 'ubuntu-latest'
env_file: '.github/tests/linux-env.yml'
Expand All @@ -26,6 +27,7 @@ jobs:
with:
auto-update-conda: true
activate-environment: clingo
python-version: ${{ matrix.python-version }}
environment-file: ${{ matrix.env_file }}

- name: Checkout clingo-sys branch test-clingo-wip
Expand Down

0 comments on commit f5b5fb3

Please sign in to comment.