This commit is contained in:
msramalho
2023-02-07 22:32:50 +00:00
parent 5c9ca9da1d
commit 3913528275

View File

@@ -33,10 +33,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade --upgrade-strategy=eager pip setuptools wheel twine
python -m pip install --upgrade --upgrade-strategy=eager pip setuptools wheel twine pipenv
python -m pip install -e . --upgrade
python -m pipenv install --dev
env: