Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
71d849d861 |
@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install bec
|
python -m pip install bec-lib
|
||||||
python -m pip install .
|
python -m pip install .
|
||||||
pip install flake8 pytest
|
pip install flake8 pytest
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
|
Reference in New Issue
Block a user