Skip to content

Commit

Permalink
CI: pin python version for vendoring
Browse files Browse the repository at this point in the history
Invoke does not support Python3.11
  • Loading branch information
oz123 committed Nov 4, 2022
1 parent 1e53530 commit 3d16c81
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:

python-version: 3.x
python-version: 3.10
- name: Collect Workflow Telemetry
uses: runforesight/foresight-workflow-kit-action@v1
if: ${{ always() }}
Expand Down

0 comments on commit 3d16c81

Please sign in to comment.