Skip to content

Commit

Permalink
Merge pull request #93 from kitsuyui/remove-debugpy-workaround
Browse files Browse the repository at this point in the history
remove debugpy workaround
  • Loading branch information
kitsuyui authored Apr 6, 2023
2 parents cc18e48 + 0e27883 commit d1bb556
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 60 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
86 changes: 33 additions & 53 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d1bb556

Please sign in to comment.