Skip to content

Commit

Permalink
restore windows
Browse files Browse the repository at this point in the history
CodyCBakerPhD committed May 30, 2024
1 parent 53584d0 commit 343fcf3
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example_data_cache.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.12"]
os: [ubuntu-latest, macos-latest, macos-13] #, windows-latest]
os: [ubuntu-latest, macos-latest, macos-13, windows-latest]

steps:

4 changes: 2 additions & 2 deletions .github/workflows/testing_dev.yml
Original file line number Diff line number Diff line change
@@ -29,8 +29,8 @@ jobs:
- os: macos-13 # Mac x64 runner
label: environments/environment-MAC-intel.yml

# - os: windows-latest
# label: environments/environment-Windows.yml
- os: windows-latest
label: environments/environment-Windows.yml

steps:
- uses: actions/checkout@v4
4 changes: 2 additions & 2 deletions .github/workflows/testing_dev_with_live_services.yml
Original file line number Diff line number Diff line change
@@ -31,8 +31,8 @@ jobs:
- os: macos-13 # Mac x64 runner
label: environments/environment-MAC-intel.yml

# - os: windows-latest
# label: environments/environment-Windows.yml
- os: windows-latest
label: environments/environment-Windows.yml

steps:
- uses: actions/checkout@v4
4 changes: 2 additions & 2 deletions .github/workflows/testing_pipelines.yml
Original file line number Diff line number Diff line change
@@ -26,8 +26,8 @@ jobs:
- os: macos-13 # Mac x64 runner
label: environments/environment-MAC-intel.yml

# - os: windows-latest
# label: environments/environment-Windows.yml
- os: windows-latest
label: environments/environment-Windows.yml


steps:

0 comments on commit 343fcf3

Please sign in to comment.