Skip to content

Commit

Permalink
Remove workaround for debugpy
Browse files Browse the repository at this point in the history
The compatibility problem with poetry has been resolved in debugpy 1.6.7.
Remove the workaround.
  • Loading branch information
kitsuyui committed Apr 6, 2023
1 parent cc18e48 commit 74ad11c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ 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 74ad11c

Please sign in to comment.