File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11name : Uni-Dock Tools CI/CD
22on :
33 push :
4- branches : [ fix_unidock_ut ]
54 pull_request :
6- branches : [ main ]
75
86jobs :
97 flake8 :
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+
You can’t perform that action at this time.
0 commit comments