Skip to content

Commit

Permalink
try empty os list in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed May 30, 2024
1 parent f6593b1 commit 4ece0ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, macos-13] #, windows-latest]
# os: [ubuntu-latest, macos-latest, macos-13] #, windows-latest]
os : []
include:
- os: ubuntu-latest
label: environments/environment-Linux.yml
Expand Down

0 comments on commit 4ece0ed

Please sign in to comment.