From 9173629bb435998a6c72d8c18302b247c52626d6 Mon Sep 17 00:00:00 2001 From: jlenain Date: Tue, 29 Nov 2022 12:47:05 +0100 Subject: [PATCH] Updated python and ctapipe versions for GitHub CI, to address #28. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6407a7..c8549c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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