Skip to content

Commit

Permalink
add yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Charlop-Powers committed Nov 24, 2023
1 parent b9951e4 commit 55ccdf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
source activate test-environment
- name: Run setup.py
run: |
python setup.py sdist --formats=zip -k
python setup.py sdist --formats=zip -k
python setup.py bdist_wheel
find ./dist -iname "*.zip" -print0 | xargs -0 pip install
pip install codecov
- name: Download test files
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_test_and_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Run setup.py
run: |
python setup.py sdist --formats=zip -k
python setup.py bdist_wheel
find ./dist -iname "*.zip" -print0 | xargs -0 pip install
pip install codecov
- name: Download test files
Expand Down

0 comments on commit 55ccdf5

Please sign in to comment.