Skip to content

Commit

Permalink
Jump start CI
Browse files Browse the repository at this point in the history
  • Loading branch information
FasterSpeeding authored Nov 17, 2024
1 parent ff4736b commit 927bc61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/resync-piped.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
submodules: "true"

- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
with:
python-version: "3.9"
python-version: "3.11"

- name: install prerequisites
run: |
Expand Down

0 comments on commit 927bc61

Please sign in to comment.