Skip to content

Commit

Permalink
ci: fix some things
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Nov 12, 2024
1 parent 84b38eb commit c659c32
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@ jobs:

- name: πŸ— Install OctoPrint
run: |
pip install dist/*.whl
cd OctoPrint
pip install .
pip install ${{ github.workspace }}/dist/*.whl
- name: πŸ— Create base config for test server
run: |
Expand All @@ -85,7 +84,7 @@ jobs:
- name: πŸ— Install dummy mfa plugin
run: |
mkdir -p e2econfig/plugins
cp -r .github/fixtures/mfa_dummy e2econfig/plugins/mfa_dummy
cp -r OctoPrint/.github/fixtures/mfa_dummy e2econfig/plugins/mfa_dummy
- name: πŸ— Prepare Playwright env
working-directory: ./OctoPrint/tests/playwright
Expand Down

0 comments on commit c659c32

Please sign in to comment.