Skip to content

Commit

Permalink
Revert "fix(CI): remove CI env var to fix the CI" (#1705)
Browse files Browse the repository at this point in the history
Reverts #1704

See
materialsproject/pymatgen#4243 (comment)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
	- Updated GitHub Actions workflow configuration for testing.
	- Simplified test execution process in the CI pipeline.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
njzjz authored Jan 14, 2025
1 parent 99b16e7 commit b9b71a4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
- name: Install dependencies
run: uv pip install --system -e .[test]
- name: Test
run: |
# https://github.com/materialsproject/pymatgen/issues/4243#issuecomment-2573310051
unset CI
coverage run --source=./dpgen -m unittest -v && coverage report
run: coverage run --source=./dpgen -m unittest -v && coverage report
- uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit b9b71a4

Please sign in to comment.