Skip to content

Commit

Permalink
Add contstaint to plette (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran authored Mar 1, 2024
1 parent a292485 commit 6c090ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install pipenv-setup setuptools wheel twine chardet vistir==0.6.1
python3 -m pip install pipenv-setup setuptools wheel twine chardet vistir==0.6.1 -c requirements/build-constraints.txt
- name: Build and publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions requirements/build-constraints.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
plette<1.0.0 # pipenv-check requires an old version of requirementslib which is incompatible with plette>=1

0 comments on commit 6c090ac

Please sign in to comment.