Skip to content

Commit

Permalink
testing GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Dec 7, 2023
1 parent ad92a9f commit 8132f8d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ on:
branches:
- master
- develop
- testing_purposes
pull_request:

jobs:
docs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.9.18" ]
max-parallel: 5

steps:
Expand All @@ -24,10 +27,10 @@ jobs:
run: |
# epstopdf & dot & noto-fonts
sudo apt update && sudo apt install texlive-font-utils graphviz fonts-noto
- uses: actions/cache@v3
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
with:
key: ${{ runner.os }}-${{ steps.install-tox.outputs.tox_version }}-docs-${{ hashFiles('environment.yml', 'tox.ini') }}
path: .tox
environment-file: environment.yml
- name: Build docs with tox
run: |
tox -o -e docs
Expand Down

0 comments on commit 8132f8d

Please sign in to comment.