Skip to content

Commit

Permalink
Update docs yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
milos.colic committed Dec 15, 2023
1 parent d7210bb commit 89eafb1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- feature/new_docs
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python: [ 3.9.5 ]
Expand All @@ -16,8 +16,6 @@ jobs:
run: |
sudo apt-get install pandoc
sudo apt-get install --reinstall python-pkg-resources
pip install --upgrade setuptools
pip install --upgrade distribute
- uses: actions/setup-python@v2
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 89eafb1

Please sign in to comment.