Skip to content

Commit

Permalink
update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
caic99 authored Feb 1, 2024
1 parent 1312f6d commit 2066a0f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci_tools.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Uni-Dock Tools CI/CD
on:
push:
branches: [ fix_unidock_ut ]
pull_request:
branches: [ main ]

jobs:
flake8:
Expand All @@ -15,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -88,10 +86,10 @@ jobs:
options: --gpus all
steps:
- name: checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
python-version: ${{ matrix.python-version }}
Expand All @@ -112,4 +110,5 @@ jobs:
- name: perform unit-test
run: |
export PATH=/__w/Uni-Dock/Uni-Dock/3/envs/test/bin:$PATH
pytest unidock_tools/tests/ut -v
pytest unidock_tools/tests/ut -v

0 comments on commit 2066a0f

Please sign in to comment.