From c0af8b2ba6a3782d26acbf9d5ba8a8d003eb0640 Mon Sep 17 00:00:00 2001 From: Paul Adkisson Date: Mon, 14 Oct 2024 23:40:47 +1100 Subject: [PATCH] Fixed dailies.yml --- .github/workflows/dailies.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dailies.yml b/.github/workflows/dailies.yml index 459246091..dcb24d3a2 100644 --- a/.github/workflows/dailies.yml +++ b/.github/workflows/dailies.yml @@ -19,6 +19,9 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} S3_GIN_BUCKET: ${{ secrets.S3_GIN_BUCKET }} CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + with: + python-versions: '["3.9", "3.10", "3.11", "3.12"]' + os-versions: '["ubuntu-latest", "macos-latest", "macos-13", "windows-latest"]' run-daily-dev-tests: uses: ./.github/workflows/dev-testing.yml