Skip to content

Commit

Permalink
debug 11
Browse files Browse the repository at this point in the history
  • Loading branch information
centaurialpha committed May 10, 2022
1 parent 7de87dd commit 7a75e6b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
# python-version: ["3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.5"]
python-version: ["3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
defaults:
run:
shell: bash
Expand Down Expand Up @@ -40,10 +39,10 @@ jobs:
pytest -v --cov=quaternions --cov-report= tests/
- name: Publish coverage to Coveralls
# # If pushed / is a pull request against main repo
# if:
# ((github.event_name == 'push' && github.repository == 'satellogic/quaternions') ||
# github.event.pull_request.base.repo.full_name == 'satellogic/quaternions') && matrix.python-version >= 3.5
# If pushed / is a pull request against main repo
if:
((github.event_name == 'push' && github.repository == 'satellogic/quaternions') ||
github.event.pull_request.base.repo.full_name == 'satellogic/quaternions') && matrix.python-version >= 3.5
uses: AndreMiras/coveralls-python-action@v20201129
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7a75e6b

Please sign in to comment.