Skip to content

Commit

Permalink
testing workflow edits
Browse files Browse the repository at this point in the history
  • Loading branch information
bnb32 committed Jan 5, 2024
1 parent 7542ea3 commit 2c888a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Codecov

on:
push:
branches: [main, master]
on: pull_request

jobs:
run:
Expand Down Expand Up @@ -54,6 +52,7 @@ jobs:
run: |
pip install -e .
- name: Install codecov dependencies
working-directory: ./
run: |
python -m pip install --upgrade pip
python -m pip install pytest
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Documentation

on:
push:
branches: [main, master]
on: pull_request

jobs:
make-pages:
Expand Down Expand Up @@ -54,12 +52,13 @@ jobs:
run: |
pip install -e .
- name: install sphinx dependencies
working-directory: ./
run: |
python -m pip install --upgrade pip
python -m pip install .
python -m pip install sphinx
python -m pip install sphinx_rtd_theme
python -m pip install sphinx-click
python -m pip install .
- name: build documentation
run: |
cd docs
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 2c888a1

Please sign in to comment.