Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
treiher committed Jan 11, 2025
1 parent fdb7fac commit 05c2d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
test_latest_dependencies:
name: Latest Dependencies
if: ${{ github.event_name == 'schedule' }}
# if: ${{ github.event_name == 'schedule' }}
runs-on: ubuntu-22.04
env:
PYTHON_VERSION: "3.x"
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
test_latest_release:
name: Latest Release
if: ${{ github.event_name == 'schedule' }}
# if: ${{ github.event_name == 'schedule' }}
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 05c2d4f

Please sign in to comment.