We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f29da commit 009536cCopy full SHA for 009536c
.github/workflows/test-publish.yml
@@ -68,11 +68,10 @@ jobs:
68
python-version: "${{ matrix.python-version }}"
69
- name: Install packages
70
run: |
71
- python3 -m pip install -U pip~=23.1.0
+ python3 -m pip install -U pip~=24.2.0
72
python3 -m pip install \
73
--index-url https://test.pypi.org/simple/ \
74
--force-reinstall \
75
- --use-feature=2020-resolver \
76
-U lightdash-client-python=="${{ github.event.inputs.package_version }}"
77
- name: Test pacakge
78
0 commit comments