mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
CI: pin python version for vendoring
Invoke does not support Python3.11
This commit is contained in:
@@ -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() }}
|
||||
|
||||
Reference in New Issue
Block a user