Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update metadata #207

Merged
merged 14 commits into from
Dec 11, 2023
Prev Previous commit
Next Next commit
fix action
  • Loading branch information
trevorb1 committed Dec 11, 2023
commit 754fe814a552f86e2a191832b5945bbe083ec0c2
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Upload coverage data to converalls.io
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ matrix.os }} == "ubuntu-latest" && ${{ matrix.python-version }} == "ubuntu-latest"
if: ${{ matrix.os }} == "ubuntu-latest" && ${{ matrix.python-version }} == "3.11"
run: |
pip install --upgrade coveralls
coveralls --service=github