Skip to content

Commit

Permalink
ci: missing checkout action
Browse files Browse the repository at this point in the history
Signed-off-by: Kin Long Kelvin Lee <[email protected]>
  • Loading branch information
laserkelvin committed Mar 12, 2024
1 parent b50d709 commit 1e9e0b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_pytest_datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs-on: ubuntu-latest
needs: init
steps:
- uses: actions/checkout@v3
- name: Install PyTest
run: |
pip install pytest pytest-dependency
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_pytest_lightning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
needs: init
steps:
- uses: actions/checkout@v3
- name: Install PyTest
run: |
pip install pytest pytest-dependency
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run_pytest_models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
needs: init
steps:
- uses: actions/checkout@v3
- name: Install PyTest
run: |
pip install pytest pytest-dependency
Expand Down

0 comments on commit 1e9e0b2

Please sign in to comment.