Skip to content

Commit

Permalink
rewrite deploy with macos
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetWolf committed Dec 19, 2024
1 parent 2d595ac commit e28c1e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# - name: Install dependencies
# run: |
# make dev
- name: Install dependencies
run: |
make dev
# - name: Build wheel on ${{ matrix.os }}
# run: |
# make build
Expand Down

0 comments on commit e28c1e0

Please sign in to comment.