2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

Remove hashes from dev requirements (#4627)

* Remove hashes from dev requirements
Fixes #4616

* rollback https://github.com/inventree/InvenTree/pull/4617
This commit is contained in:
Matthias Mair
2023-04-18 23:10:02 +02:00
committed by GitHub
parent 9d5522c18c
commit 2623c22b7e
3 changed files with 45 additions and 287 deletions

View File

@ -48,7 +48,7 @@ runs:
if: ${{ inputs.python == 'true' }}
shell: bash
run: |
python3 -m pip install pip==23.0.1
python3 -m pip install -U pip
pip3 install invoke wheel
- name: Install Specific Python Dependencies
if: ${{ inputs.pip-dependency }}