Skip to content

Commit

Permalink
poetry 1.4.1 temporary fix for CI (#328)
Browse files Browse the repository at this point in the history
poetry 1.4.1 temporary fix
  • Loading branch information
robertdstein authored Mar 31, 2023
1 parent 7746b6f commit 51735a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install --upgrade pip
python -m pip install --upgrade poetry
poetry config installer.modern-installation false
poetry install
- name: Reformat the code with black
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
echo `psfex --version`
pip install --upgrade pip
python -m pip install --upgrade poetry coveralls
poetry config installer.modern-installation false
poetry install
# Set up database
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
pip install --upgrade pip
python -m pip install --upgrade poetry
poetry config installer.modern-installation false
poetry install
- name: Analysing the code with mypy
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
pip install --upgrade pip
python -m pip install --upgrade poetry
poetry config installer.modern-installation false
poetry install
- name: Analysing the code with pylint
run: |
Expand Down

0 comments on commit 51735a0

Please sign in to comment.