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