Skip to content

Commit

Permalink
hotfix for requirementslib dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mammo0 committed Aug 30, 2021
1 parent 34b8866 commit 4e4e5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_pypi.yml
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install build dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools wheel twine pipenv-setup
pip install --upgrade setuptools wheel twine pipenv-setup chardet
- name: Update setup.py according to Pipfile
run: pipenv-setup sync
- name: Build package
Expand Down

0 comments on commit 4e4e5fa

Please sign in to comment.