From de9561bcc55a79625aab60ece2798fc35cdb58a0 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Wed, 19 Apr 2023 12:26:43 +0100 Subject: [PATCH 1/2] Test on macos --- .github/workflows/test_and_deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index a8a31e4c..cb0588cc 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -1,6 +1,3 @@ -# This workflows will upload a Python Package using Twine when a release is created -# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries - name: tests on: @@ -20,7 +17,7 @@ jobs: runs-on: ${{ matrix.platform }} strategy: matrix: - platform: [ubuntu-latest] + platform: [ubuntu-latest, macos-latest] python-version: ['3.8', '3.9', '3.10'] steps: From 07e4a0efd4f7b543e4260b7b23bb26f536ea90f9 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Wed, 19 Apr 2023 12:26:54 +0100 Subject: [PATCH 2/2] Test on windows --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index cb0588cc..8e3df4d9 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ matrix.platform }} strategy: matrix: - platform: [ubuntu-latest, macos-latest] + platform: [ubuntu-latest, macos-latest, windows-latest] python-version: ['3.8', '3.9', '3.10'] steps: