Skip to content

Commit

Permalink
Update unittest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoanlu authored May 2, 2024
1 parent 65ca07f commit 5442d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
@@ -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 ]
Expand All @@ -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
Expand Down

0 comments on commit 5442d87

Please sign in to comment.