Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 15, 2023
1 parent f0c824e commit 67d69f7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test

on: [ push, pull_request ]
on: [ push ]

concurrency:
group: test-${{ github.head_ref }}
Expand Down Expand Up @@ -74,6 +74,5 @@ jobs:
common/requirements.txt
- name: Install and build
run: |
cd docs
python -m pip install -r requirements.txt
make html
python -m pip install -r docs/requirements.txt
make docs

0 comments on commit 67d69f7

Please sign in to comment.