Skip to content

Commit

Permalink
Fix workflow python version
Browse files Browse the repository at this point in the history
  • Loading branch information
dipu-bd committed Oct 8, 2022
1 parent 17ee4f8 commit e5e1bc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/index-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
with:
fetch-depth: 0

- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: '3.9'
python-version: '3.10'

- name: Install dependencies
run: pip install -r requirements-app.txt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v1
with:
python-version: 3.10
python-version: '3.10'

- name: Build package
env:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Set up Python 3.6
uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: '3.6'

- name: Build package
run: sh ./scripts/build.sh
Expand Down

0 comments on commit e5e1bc6

Please sign in to comment.