CI: pin python version for vendoring

Invoke does not support Python3.11
This commit is contained in:
Oz Tiram
2022-11-04 10:39:48 +01:00
parent 1e53530425
commit 6f8831316c
+1 -2
View File
@@ -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() }}