Skip to content

Commit 2066a0f

Browse files
authored
update action version
1 parent 1312f6d commit 2066a0f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci_tools.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Uni-Dock Tools CI/CD
22
on:
33
push:
4-
branches: [ fix_unidock_ut ]
54
pull_request:
6-
branches: [ main ]
75

86
jobs:
97
flake8:
@@ -15,7 +13,7 @@ jobs:
1513

1614
steps:
1715
- uses: actions/checkout@v3
18-
- name: Set up Python ${{ matrix.python-version }}
16+
- name: Set up Python ${{ matrix.python-version }}
1917
uses: actions/setup-python@v3
2018
with:
2119
python-version: ${{ matrix.python-version }}
@@ -88,10 +86,10 @@ jobs:
8886
options: --gpus all
8987
steps:
9088
- name: checkout repo
91-
uses: actions/checkout@v3
89+
uses: actions/checkout@v4
9290

9391
- name: Setup conda
94-
uses: conda-incubator/setup-miniconda@v2
92+
uses: conda-incubator/setup-miniconda@v3
9593
with:
9694
miniconda-version: "latest"
9795
python-version: ${{ matrix.python-version }}
@@ -112,4 +110,5 @@ jobs:
112110
- name: perform unit-test
113111
run: |
114112
export PATH=/__w/Uni-Dock/Uni-Dock/3/envs/test/bin:$PATH
115-
pytest unidock_tools/tests/ut -v
113+
pytest unidock_tools/tests/ut -v
114+

0 commit comments

Comments
 (0)