From 503fd2fac352409f396fa1023b59050f4655016e Mon Sep 17 00:00:00 2001 From: Leszek Grzanka Date: Wed, 27 Jul 2022 13:20:59 +0000 Subject: [PATCH 1/2] check windows and Ubuntu 22.04 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e8431d2..310e5a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: python-version: ['3.8', '3.9', '3.10'] - platform: [ubuntu-latest] # TODO add Windows as well + platform: [ubuntu-latest, windows-latests, ubuntu-22.04] steps: - uses: actions/checkout@v3 From 005ffced915a085be76f783503aacffc8b8c5f34 Mon Sep 17 00:00:00 2001 From: Leszek Grzanka Date: Wed, 27 Jul 2022 13:26:20 +0000 Subject: [PATCH 2/2] fix --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 310e5a8..906ad5d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: python-version: ['3.8', '3.9', '3.10'] - platform: [ubuntu-latest, windows-latests, ubuntu-22.04] + platform: [ubuntu-20.04, windows-latests, ubuntu-22.04] # as for now ubuntu-latest points to 20.04 steps: - uses: actions/checkout@v3 @@ -28,7 +28,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Install dependencies and iontracks package + - name: Install dependencies and IonTracks package run: | python --version pip --version