Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DBraun committed Sep 7, 2024
1 parent ecd6db3 commit 4400771
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

build-ubuntu:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
# fail-fast: false
matrix:
Expand All @@ -30,7 +30,7 @@ jobs:
submodules: true

- name: Set up QEMU for aarch64 on Linux
if: runner.os == 'Linux' && endsWith(${{matrix.cibwbuild}}, "aarch64")
if: endsWith(${{matrix.cibwbuild}}, "aarch64")
uses: docker/setup-qemu-action@v3
with:
platforms: all
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ RUN sh -v build_linux.sh
WORKDIR /DawDreamer
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/DawDreamer/dawdreamer:/DawDreamer/thirdparty/libfaust/ubuntu-x86_64/Release/lib
RUN python3.10 -m venv test-env
RUN /bin/bash -c "source test-env/bin/activate && pip install -r test-requirements.txt && python -m build --wheel && pip install dist/dawdreamer*.whl && cd tests && pytest -v ."
#RUN /bin/bash -c "source test-env/bin/activate && pip install -r test-requirements.txt && python -m build --wheel && pip install dist/dawdreamer*.whl && cd tests && pytest -v ."

0 comments on commit 4400771

Please sign in to comment.