Skip to content

Commit

Permalink
Temporarily removed mac and windows for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Nov 22, 2024
1 parent 4744901 commit c0ca174
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
- os: ubuntu-latest
label: linux-64
prefix: /usr/share/miniconda3/envs/ezc3d
- os: macos-latest
label: osx-64
prefix: /Users/runner/miniconda3/envs/ezc3d
- os: windows-latest
label: win-64
prefix: C:\Miniconda3\envs\ezc3d
# - os: macos-latest
# label: osx-64
# prefix: /Users/runner/miniconda3/envs/ezc3d
# - os: windows-latest
# label: win-64
# prefix: C:\Miniconda3\envs\ezc3d
name: ${{ matrix.label }}
runs-on: ${{ matrix.os }}
defaults:
Expand Down

0 comments on commit c0ca174

Please sign in to comment.