Skip to content

Commit

Permalink
MAINT: remove coveralls cap
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Nov 24, 2023
1 parent 4143b40 commit 3a824a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_JOB_ID: ${{ github.job }}
COVERALLS_SERVICE_NUMBER: $ {{ github.run_id}}
COVERALLS_SERVICE_NUMBER: $ {{ github.run_id }}
run: coveralls --rcfile=pyproject.toml --service=github
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies = [
[project.optional-dependencies]
pysatcdf = ["pysatCDF"]
test = [
"coveralls < 3.3",
"coveralls",
"flake8",
"flake8-docstrings",
"hacking >= 1.0",
Expand Down

0 comments on commit 3a824a1

Please sign in to comment.