Skip to content

Commit

Permalink
Build macOS Universal2 wheel distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-howe committed Feb 3, 2022
1 parent 41a5fed commit fcbc7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
venv/bin/pip install -U pip pylint coverage nose
venv/bin/python -m pylint bcl # Check against linting rules.
venv/bin/python bcl/bcl.py -v # Run doctests.
venv/bin/python -m nose --cover-erase # Test using nose.
#venv/bin/python -m nose --cover-erase # Test using nose. # BCl 2.0.0 has succeeded before but but errored at end [due to nose in 3.10 bug](https://github.com/nose-devs/nose/issues/1099)
- name: Upload wheel file.
run: |
mkdir bcl-wheelhouse
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
python -m pip install -U pip pylint coverage nose
python -m pylint bcl # Check against linting rules.
python bcl/bcl.py -v # Run doctests.
# python -m nose --cover-erase # Test using nose. # BCl 2.0.0 has succeeded before but but errored at end [due to nose in 3.10 bug](https://github.com/nose-devs/nose/issues/1099)
python -m nose --cover-erase # Test using nose.
- name: Upload wheel file.
run: |
mkdir bcl-wheelhouse
Expand Down

0 comments on commit fcbc7cd

Please sign in to comment.