Skip to content

Commit

Permalink
install newer python
Browse files Browse the repository at this point in the history
  • Loading branch information
mukilan committed Feb 12, 2024
1 parent efa8798 commit da69fb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
crate: taplo-cli
locked: true
cache-key: ${{ inputs.upload && '20.04' || '22.04' }}
- name: Install python v3.10
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Bootstrap Python
run: python3 -m pip install --upgrade pip
- name: Bootstrap dependencies
Expand Down

0 comments on commit da69fb0

Please sign in to comment.