Skip to content

Commit

Permalink
Merge pull request #29 from jlenain/github-ci
Browse files Browse the repository at this point in the history
Updated python and ctapipe versions for GitHub CI, to address #28.
  • Loading branch information
jlenain authored Nov 29, 2022
2 parents 0c560ec + 9173629 commit c17671c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
ctapipe-version: [v0.10.0]
python-version: [3.8]
ctapipe-version: [v0.12.0]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c17671c

Please sign in to comment.