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 e4fd7a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 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: ./nsrdb
run: |
python -m pip install --upgrade pip
python -m pip install pytest
Expand Down
5 changes: 2 additions & 3 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,6 +52,7 @@ jobs:
run: |
pip install -e .
- name: install sphinx dependencies
working-directory: ./nsrdb
run: |
python -m pip install --upgrade pip
python -m pip install .
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit e4fd7a6

Please sign in to comment.