Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -31,6 +31,8 @@ jobs:
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
env:
PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
Comment on lines +34 to +35

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with:
python-version: ${{ matrix.python }}
- name: Install Dependencies
Expand Down
4 changes: 4 additions & 0 deletions wheelhouse.txt
Original file line numberDiff line numberDiff line change
Expand Up@@ -46,3 +46,7 @@ anyio<3.7.0;python_version >= '3.8' and python_version < '3.12'
# sniffio is pulled in for anyio, it is not needed otherwise so make it match
sniffio<1.3.1;python_version >= '3.8' and python_version < '3.12' # 1.3.1 requires setuptools>=64
immutables<0.16;python_version < '3.8' # >=0.16 requires setuptools>=42


# https://bugs.launchpad.net/charm-gcp-integrator/+bug/2098017
pbr<6.1.1