Skip to content

Commit

Permalink
fix(python): actions tweak to support 312
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoDerp committed Jan 31, 2025
1 parent 355a908 commit e280e93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
os: [ubuntu-latest]
env:
OS: ${{ matrix.os }}
PYTHON: '3.11'
steps:
- uses: actions/checkout@master
- name: Install uv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11"] #support only 3.11, for now
python-version: ["3.11","3.11","3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]
env:
OS: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updatePVLibDB.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version-file: ".python-version"
- name: install requirements
run: python3 -m pip install --break-system-packages .[test]
- name: pull latest SAM CEC files
Expand Down

0 comments on commit e280e93

Please sign in to comment.