From 2066a0f1177bca80167e9dbef12e31a3efd8c7ce Mon Sep 17 00:00:00 2001 From: Chun Cai Date: Thu, 1 Feb 2024 16:27:19 +0800 Subject: [PATCH] update action version --- .github/workflows/ci_tools.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_tools.yml b/.github/workflows/ci_tools.yml index d0b83ee..0c2d24b 100644 --- a/.github/workflows/ci_tools.yml +++ b/.github/workflows/ci_tools.yml @@ -1,9 +1,7 @@ name: Uni-Dock Tools CI/CD on: push: - branches: [ fix_unidock_ut ] pull_request: - branches: [ main ] jobs: flake8: @@ -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 }} @@ -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 }} @@ -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 \ No newline at end of file + pytest unidock_tools/tests/ut -v +