Skip to content

Commit

Permalink
Merge branch 'pyocc-update' of github.com:mathLab/BladeX into pyocc-u…
Browse files Browse the repository at this point in the history
…pdate
  • Loading branch information
gortali committed Feb 28, 2025
2 parents a934bc8 + 4a74208 commit 41bfbcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
python-version: [3.7, 3.8]
python-version: [3.8, 3.9]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4


- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 41bfbcf

Please # to comment.