Skip to content

Commit

Permalink
Try specifying subversion
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgrasb committed Jan 28, 2025
1 parent 0403435 commit ff56332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.12", "3.13"] # CHANGE: Python version
python-version: ["3.12", "3.13.0"] # CHANGE: Python version

steps:
# Checkout the WecOptTool repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.12", "3.13"] # CHANGE: Python version
python-version: ["3.12", "3.13.0"] # CHANGE: Python version

steps:
# Checkout the WecOptTool repo
Expand Down

0 comments on commit ff56332

Please sign in to comment.