Skip to content

Commit ebfc13a

Browse files
committed
ci: install checked out OctoPrint
1 parent 2687919 commit ebfc13a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
strategy:
5353
matrix:
54-
python: ["3.7", "3.12"]
54+
python: ["3.12"]
5555
steps:
5656
- name: "⬇ Checkout OctoPrint with E2E tests"
5757
uses: actions/checkout@v4
@@ -73,8 +73,9 @@ jobs:
7373
python-version: ${{ matrix.python }}
7474

7575
- name: 🏗 Install OctoPrint
76+
working-directory: ./OctoPrint/
7677
run: |
77-
pip install OctoPrint
78+
pip install .
7879
pip install --force-reinstall ${{ github.workspace }}/dist/*.whl
7980
8081
- name: 🏗 Create base config for test server

0 commit comments

Comments
 (0)