Skip to content

Commit 009536c

Browse files
authored
Fix the workflow (#34)
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>
1 parent b9f29da commit 009536c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,10 @@ jobs:
6868
python-version: "${{ matrix.python-version }}"
6969
- name: Install packages
7070
run: |
71-
python3 -m pip install -U pip~=23.1.0
71+
python3 -m pip install -U pip~=24.2.0
7272
python3 -m pip install \
7373
--index-url https://test.pypi.org/simple/ \
7474
--force-reinstall \
75-
--use-feature=2020-resolver \
7675
-U lightdash-client-python=="${{ github.event.inputs.package_version }}"
7776
- name: Test pacakge
7877
run: |

0 commit comments

Comments
 (0)