Skip to content

Commit

Permalink
Merge pull request #86 from kitsuyui/workaround-poetry-and-debugpy
Browse files Browse the repository at this point in the history
Workaround for poetry and debugpy compatibility problem
  • Loading branch information
kitsuyui authored Mar 27, 2023
2 parents 030072d + 4137e6d commit c98de20
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
${{ runner.os }}-build-${{ matrix.python }}-
${{ runner.os }}-
- name: Workaround
# Remove this step when bug is fixed
# https://github.com/kitsuyui/ml-playground/issues/83
if: matrix.python == '3.11'
run: |
poetry config installer.modern-installation false
- if: ${{ steps.cache-python.outputs.cache-hit != 'true' }}
name: Install dependencies
run: |
Expand Down

0 comments on commit c98de20

Please sign in to comment.