Skip to content
Prev Previous commit
Next Next commit
Fix missing "env"
  • Loading branch information
jonsimantov committed Jan 23, 2024
commit 3617a6ec361bdaa68b053ce3e43a1a2cd116cb61
2 changes: 1 addition & 1 deletion .github/workflows/cpp-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: ${{ env.pythonVersion }}
python-version: 3.8
- name: Install python deps
run: pip install -r scripts/gha/python_requirements.txt
# The default token can't run workflows, so get an alternate token.
Expand Down