GH branch ref scheme doesn't work, try without
This commit is contained in:
parent
8757cc9003
commit
64169889f3
1 changed files with 1 additions and 2 deletions
3
.github/workflows/pythonpackage.yml
vendored
3
.github/workflows/pythonpackage.yml
vendored
|
|
@ -69,8 +69,7 @@ jobs:
|
||||||
pip install codacy-coverage
|
pip install codacy-coverage
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
|
||||||
- name: Install extra dependencies # Only develop branch right now
|
- name: Install extra dependencies
|
||||||
if: github.ref == 'ref/head/develop'
|
|
||||||
run: pip install -r requirements_extra.txt
|
run: pip install -r requirements_extra.txt
|
||||||
|
|
||||||
- name: Install and initialize evennia
|
- name: Install and initialize evennia
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue