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 7, 2023
1 parent db2bbc3 commit ca5b43e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,14 @@ jobs:
- name: Install DeePTB
id: s2
run: |
ls
exec bash
ls >> "$GITHUB_OUTPUT"
echo "I am here!" >> "$GITHUB_OUTPUT"
conda activate deeptb
cd ./DeePTB
pip install . >> "$GITHUB_OUTPUT"
pip install .
pip install pytest
- name: Run Test
id: s3
run: |
exec bash
cd ./DeePTB
pytest ./dptb/tests/
job2:
runs-on: self-hosted
Expand Down

0 comments on commit ca5b43e

Please sign in to comment.