Skip to content

Commit

Permalink
fix yaml; try os removal again
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed May 30, 2024
1 parent 4ece0ed commit f6154e3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
S3_GIN_BUCKET: ${{ secrets.S3_GIN_BUCKET }}

ExampleDataTests:
needs: Data
needs: ExampleDataCache
uses: ./.github/workflows/testing_pipelines.yml
2 changes: 1 addition & 1 deletion .github/workflows/deploy_tests_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
S3_GIN_BUCKET: ${{ secrets.S3_GIN_BUCKET }}

ExampleDataTests:
needs: Data
needs: ExampleDataCache
uses: ./.github/workflows/testing_pipelines.yml
1 change: 0 additions & 1 deletion .github/workflows/testing_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
fail-fast: false
matrix:
# os: [ubuntu-latest, macos-latest, macos-13] #, windows-latest]
os : []
include:
- os: ubuntu-latest
label: environments/environment-Linux.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_dev_with_live_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, macos-13] #, windows-latest]
# os: [ubuntu-latest, macos-latest, macos-13] #, windows-latest]
include:
- os: ubuntu-latest
label: environments/environment-Linux.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing_pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, macos-13] #, windows-latest]
# os: [ubuntu-latest, macos-latest, macos-13] #, windows-latest]
include:
- os: ubuntu-latest
label: environments/environment-Linux.yml
Expand Down

0 comments on commit f6154e3

Please sign in to comment.