Skip to content

Commit

Permalink
commented out win and macos tests and temp folder configuration tricky
Browse files Browse the repository at this point in the history
  • Loading branch information
VigneshVSV committed Sep 10, 2024
1 parent 00d4c03 commit 4a5cb77
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
# Define specific Python versions for each OS
- os: ubuntu-latest
python-version: 3.11
- os: windows-latest
python-version: 3.11
- os: macos-latest
python-version: 3.11
# - os: windows-latest
# python-version: 3.11
# - os: macos-latest
# python-version: 3.11
- os: ubuntu-latest
python-version: 3.12

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ jobs:
matrix:
include:
# Define specific Python versions for each OS
- os: [ubuntu-latest, windows-latest, macos-latest]
- os: ubuntu-latest
python-version: 3.11
- os: windows-latest
python-version: 3.11
- os: macos-latest
python-version: 3.11
- os: ubuntu-latest
python-version: 3.12
Expand Down

0 comments on commit 4a5cb77

Please sign in to comment.