Skip to content

Commit

Permalink
Fixed bug in python CI. Fixed stupid apt install in macos release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Oct 16, 2024
1 parent cad5dc3 commit b8dfe7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,7 @@ jobs:
target: x86_64
- runner: macos-14
target: aarch64
steps:
- name: Install docker
run: |
sudo apt update -y
sudo apt install -y docker
env:
DEBIAN_FRONTEND: noninteractive

- name: Setup QEMU
uses: docker/setup-qemu-action@v1

steps:
- name: Checkout repository
uses: actions/checkout@v4

Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/run_python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,5 @@ jobs:
pip3 install --upgrade pip
pip3 install maturin pytest
maturin develop --all-features --strip
- name: Run Python tests
run: pytest
maturin develop --all-features --strip
pytest

0 comments on commit b8dfe7b

Please sign in to comment.