Skip to content

Commit

Permalink
fix(CI): remove CI env var to fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Jan 7, 2025
1 parent 255f268 commit f3f0129
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
run: uv pip install --system -e .[test]
- name: Test
run: coverage run --source=./dpgen -m unittest -v && coverage report
env:
# https://github.com/materialsproject/pymatgen/issues/4243#issuecomment-2573310051
CI: ""
- uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit f3f0129

Please sign in to comment.