2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-29 08:01:35 +00:00

Remove hashes from dev requirements ()

* Remove hashes from dev requirements
Fixes 

* 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

@@ -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 }}