Skip to content

Commit

Permalink
fix the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 20, 2024
1 parent b75c9e7 commit 995608b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
- name: Installing ubuntu requirements
run:
scripts/ubuntu_dependencies.sh
- name: Installing macos requirements
- name: Building msgq
run: |
pip3 install -e .[dev]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:


- uses: actions/setup-python@v5
if: ${{ matrix.platform.arch }} != 'aarch64'
if: ${{ matrix.platform.arch != 'aarch64' }}
with:
python-version: ${{ matrix.python.py }}

Expand Down

0 comments on commit 995608b

Please sign in to comment.