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 7841cfe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
5 changes: 1 addition & 4 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 @@ -58,7 +56,6 @@ jobs:
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install pytest-cov
python -m pip install .
- name: Generate coverage report
run: |
python -m pytest --cov=./ --cov-report=xml:coverage.xml
Expand Down
5 changes: 1 addition & 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 @@ -56,7 +54,6 @@ jobs:
- name: install sphinx dependencies
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
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 7841cfe

Please sign in to comment.