Skip to content

Commit

Permalink
Update deploy.yml (#383)
Browse files Browse the repository at this point in the history
update python version
  • Loading branch information
ylafon authored Jul 26, 2022
1 parent b779534 commit 7627102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.10'
- run: pip install bikeshed
- run: bikeshed update --skip-manifest
- run: make
Expand Down

0 comments on commit 7627102

Please sign in to comment.