Skip to content

Commit

Permalink
ci: install checked out OctoPrint
Browse files Browse the repository at this point in the history
  • Loading branch information
foosel committed Nov 12, 2024
1 parent 2687919 commit ebfc13a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.7", "3.12"]
python: ["3.12"]
steps:
- name: "⬇ Checkout OctoPrint with E2E tests"
uses: actions/checkout@v4
Expand All @@ -73,8 +73,9 @@ jobs:
python-version: ${{ matrix.python }}

- name: 🏗 Install OctoPrint
working-directory: ./OctoPrint/
run: |
pip install OctoPrint
pip install .
pip install --force-reinstall ${{ github.workspace }}/dist/*.whl
- name: 🏗 Create base config for test server
Expand Down

0 comments on commit ebfc13a

Please sign in to comment.