Skip to content

Commit

Permalink
fix testing env
Browse files Browse the repository at this point in the history
  • Loading branch information
caic99 committed Feb 2, 2024
1 parent 93ca709 commit ff40de7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
strategy:
matrix:
python-version: ["3.9"]
container:
container:
image: docker.io/dptechnology/unidock:latest
options: --gpus all
steps:
Expand All @@ -105,10 +105,9 @@ jobs:
working-directory: ./unidock_tools
run: |
export PATH=/__w/Uni-Dock/Uni-Dock/3/envs/test/bin:$PATH
python setup.py install
conda run -n test python setup.py install
- name: perform unit-test
run: |
export PATH=/__w/Uni-Dock/Uni-Dock/3/envs/test/bin:$PATH
pytest unidock_tools/tests/ut -v
conda run -n test pytest unidock_tools/tests/ut -v

0 comments on commit ff40de7

Please sign in to comment.