Skip to content

Commit

Permalink
lets try to update Python
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Nov 13, 2021
1 parent bb9c29c commit fb3d12b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
- name: Setup Python
uses: actions/[email protected]
with:
python-version: '3.7'
python-version: '3.10'

- name: Setup pipenv
run: |
sudo -H pip install -U pipenv==2021.5.29
sudo -H pip install
pipenv install
- name: Build
Expand Down

0 comments on commit fb3d12b

Please sign in to comment.