Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
spilth committed Oct 31, 2024
1 parent b782814 commit 4090941
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
- "maint-**"
schedule:
# * is a special character in YAML so you have to quote this string
- cron: "0 3 * * 6"
- cron: "0 3 * * 6"
workflow_dispatch:
inputs:
reason:
Expand All @@ -31,10 +31,10 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.9', '3.12']
python-version: [ '3.9', '3.12' ]

env:
EXTRAS: tests,${{ matrix.search-service }}
EXTRAS: tests

steps:
- name: Checkout
Expand Down

0 comments on commit 4090941

Please sign in to comment.