Skip to content

Commit

Permalink
Upgrades on docs build.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Apr 6, 2024
1 parent 4d56eeb commit e0d6405
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v3
with:
python-version: "3.7"
python-version: "3.9"
- name: Install Module
run: pip install -e .
- name: Install Dependencies
Expand Down

0 comments on commit e0d6405

Please sign in to comment.