Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoying committed May 9, 2024
1 parent 68f4126 commit 1a3b4c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,14 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup python env
run: |
which python
which pip
ln -s `which python` /usr/bin/python
ln -s `which pip` /usr/bin/pip
- name: install poetry
run: |
pip install poetry
python -m pip install poetry
poetry --version
- uses: extractions/setup-just@v2
Expand Down

0 comments on commit 1a3b4c0

Please sign in to comment.