From 5442d873efe71596c521aace3bff11e3f7795364 Mon Sep 17 00:00:00 2001 From: shaoanlu Date: Fri, 3 May 2024 01:45:37 +0900 Subject: [PATCH] Update unittest.yml --- .github/workflows/unittest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 9155fca..97350cb 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -1,6 +1,6 @@ name: Python Unit Tests -# Defines when the action should run. This example triggers on push and pull requests to the main branch. +# Defines when the action should run. This workflow triggers on push and pull requests to the main branch. on: push: branches: [ main ] @@ -27,7 +27,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - # Install dependencies (if any) + # Install dependencies - name: Install dependencies run: | python -m pip install --upgrade pip