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 authored and yeisonvargasf committed Nov 18, 2022
1 parent f89aaee commit d529381
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,12 @@ 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() }}
with:
api_key: ${{ secrets.FORESIGHT_API_KEY }}
- run: |
python -m pip install --upgrade wheel invoke parver bs4 vistir towncrier requests
python -m invoke vendoring.update
Expand Down

0 comments on commit d529381

Please sign in to comment.