diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38fab0b80..bf6927caf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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