Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
floatingCatty committed Sep 15, 2023
1 parent f730d4b commit a1dedb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: Install DeePTB & Run Test
id: s2
run: |
exec bash
conda activate deeptb
pip install .
pip install pytest
exec bash && \
conda activate deeptb && \
pip install . && \
pip install pytest && \
pytest ./dptb/tests/
job2:
Expand Down

0 comments on commit a1dedb4

Please sign in to comment.