Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
kirk0830 and coderabbitai[bot] authored Sep 26, 2024
1 parent 05285e9 commit d7de3d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
types: [synchronize]

jobs:
run-script:
runs-on: ubuntu-latest
run-unit-tests:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2 # Specify version for best practices
uses: actions/checkout@v4 # Specify version for best practices

- name: Set up Conda
uses: conda-incubator/setup-miniconda@v3 # Specify version here as well
Expand Down

0 comments on commit d7de3d5

Please sign in to comment.