Skip to content

Commit

Permalink
Removing condition on Wheel installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Feb 12, 2024
1 parent 7d9e8eb commit 462d1b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ jobs:
run: pip install octoprint~=${{ matrix.octoprint }}
- name: Install Wheel
# see https://community.octoprint.org/t/setuptools-error-while-installing-plugin-octoklipper-on-manual-op-installation/51387
if: matrix.octoprint != '1.9.0' # todo find a better way
run: pip install wheel
- name: Install OctoRelay
run: pip install -e .
Expand Down

0 comments on commit 462d1b6

Please sign in to comment.