Skip to content

Commit

Permalink
Merge branch 'api' of https://github.com/loop3d/LoopStructural into api
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Nov 29, 2023
2 parents f41b7e7 + fc5ef8f commit 38a5ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest"] #"macos-latest",
python-version: ["3.7","3.8","3.9","3.10"]
python-version: ["3.8","3.9","3.10"]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest"]
python-version: ["3.10","3.9","3.8","3.7"]
python-version: ["3.10","3.9","3.8"]
steps:
- uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit 38a5ebd

Please sign in to comment.