Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Oct 22, 2024
1 parent 5c86564 commit c5eb431
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dailies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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", "windows-latest"]'

run-daily-dev-tests:
uses: ./.github/workflows/dev-testing.yml
Expand Down

0 comments on commit c5eb431

Please sign in to comment.