Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed May 14, 2024
1 parent 3ddaced commit cc7f6a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:
jobs:
sync:
runs-on: ubuntu-latest
with:
python-version: '3.10.x'
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10.x'
- name: Install yq
run: |
YQ_VERSION=v4.44.1
Expand Down

0 comments on commit cc7f6a2

Please sign in to comment.