Skip to content

Commit b9b71a4

Browse files
authored
Revert "fix(CI): remove CI env var to fix the CI" (#1705)
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 -->
1 parent 99b16e7 commit b9b71a4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: uv pip install --system -e .[test]
2323
- name: Test
24-
run: |
25-
# https://github.com/materialsproject/pymatgen/issues/4243#issuecomment-2573310051
26-
unset CI
27-
coverage run --source=./dpgen -m unittest -v && coverage report
24+
run: coverage run --source=./dpgen -m unittest -v && coverage report
2825
- uses: codecov/codecov-action@v5
2926
env:
3027
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)