Skip to content

Commit

Permalink
ci: making pytest jobs depend on environment creation
Browse files Browse the repository at this point in the history
Signed-off-by: Kin Long Kelvin Lee <kin.long.kelvin.lee@intel.com>
  • Loading branch information
laserkelvin committed Mar 12, 2024
1 parent 1a94c00 commit b50d709
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 @@ -10,6 +10,7 @@ jobs:
uses: ./.github/workflows/make_env.yml
dataset-pytest:
runs-on: ubuntu-latest
needs: init
steps:
- name: Install PyTest
run: |
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 @@ -9,6 +9,7 @@ jobs:
uses: ./github/workflows/make_env.yml
lightning-pytest:
runs-on: ubuntu-latest
needs: init
steps:
- name: Install PyTest
run: |
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 @@ -9,6 +9,7 @@ jobs:
uses: ./.github/workflows/make_env.yml
models-pytest:
runs-on: ubuntu-latest
needs: init
steps:
- name: Install PyTest
run: |
Expand Down

0 comments on commit b50d709

Please sign in to comment.