Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/metabox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@ jobs:
run: |
# Here we pull from pypi because we need a version that supports pyproject.toml
# urllib update is to bypass a req. fail due to dist-packages. Version is pinned
# to <2 because pylxd doesn't currently support >=2
# to <2 because pylxd doesn't currently support >=2
# pyopenssl upgraded is necessary because pylxd doesn't support the old version
# of pyopenssl included in focal
# of pyopenssl included in focal
# setuptools is pinned because of an incompatibility with the latest
# version available here of importlib_metada
python3 -m pip install --upgrade pyopenssl pip "setuptools==70.0.0" "urllib3==1.26.19"
- name: Install Metabox
run: python3 -m pip install -e .
Expand Down