Skip to content

Commit

Permalink
bump python
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzay-G committed Jun 18, 2023
1 parent 775f9d2 commit a89687d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v2
with:
path: main
- name: Set up Python 3.7 and Pandoc
- name: Set up Python 3.9 and Pandoc
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Install doc deps
run: >-
python -m pip install -r main/docs/requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi-auto-deploy.yml
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Install setuptools
run: >-
python -m pip install --user --upgrade setuptools wheel
Expand Down

0 comments on commit a89687d

Please sign in to comment.