Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Elgemp4 authored Nov 13, 2024
1 parent b301da1 commit a2aa54b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,9 +433,6 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Set up QEMU (Linux ARM64)
uses: docker/setup-qemu-action@v2

- name: Setup Python
uses: actions/setup-python@v4
Expand All @@ -451,7 +448,7 @@ jobs:

- name: Install from wheel
run: |
pip install dist/pyvirtualcam*cp310-manylinux*.whl
pip install dist/pyvirtualcam*cp310-manylinux*_x86_64.whl
pip install -r dev-requirements.txt
- name: Build docs
Expand Down

0 comments on commit a2aa54b

Please sign in to comment.