Skip to content

Commit c659c32

Browse files
committed
ci: fix some things
1 parent 84b38eb commit c659c32

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ jobs:
7272

7373
- name: 🏗 Install OctoPrint
7474
run: |
75-
pip install dist/*.whl
76-
7775
cd OctoPrint
7876
pip install .
77+
pip install ${{ github.workspace }}/dist/*.whl
7978
8079
- name: 🏗 Create base config for test server
8180
run: |
@@ -85,7 +84,7 @@ jobs:
8584
- name: 🏗 Install dummy mfa plugin
8685
run: |
8786
mkdir -p e2econfig/plugins
88-
cp -r .github/fixtures/mfa_dummy e2econfig/plugins/mfa_dummy
87+
cp -r OctoPrint/.github/fixtures/mfa_dummy e2econfig/plugins/mfa_dummy
8988
9089
- name: 🏗 Prepare Playwright env
9190
working-directory: ./OctoPrint/tests/playwright

0 commit comments

Comments
 (0)