Skip to content

Commit

Permalink
Pin vendoring Python version to 3.10
Browse files Browse the repository at this point in the history
PyInvoke still does not support Python3.11
  • Loading branch information
oz123 authored Nov 4, 2022
1 parent 7c7cf81 commit 2049648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- 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 2049648

Please sign in to comment.