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 1b7f372 commit 02bdda2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: which python
- name: Setup python env
run: |
ln -s `which python` /usr/bin/python
ln -s `which pip` /usr/bin/pip
- uses: abatilo/actions-poetry@v2
- run: poetry --version

Expand Down

0 comments on commit 02bdda2

Please sign in to comment.