Skip to content

Commit

Permalink
build: astral-sh/rye#368 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0x29a committed Nov 18, 2023
1 parent e67e61e commit d6872b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mysql8-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/pip_tools.txt') }}
restore-keys: ${{ runner.os }}-pip-

- name: Downgrade pip to work around https://github.com/mitsuhiko/rye/issues/368
run: |
pip install --upgrade pip==23.1
- name: Ubuntu and sql Versions
run: |
lsb_release -a
Expand Down

0 comments on commit d6872b5

Please sign in to comment.