Another ref scheme
This commit is contained in:
parent
4e30fcdc58
commit
8757cc9003
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
|
||||||
- name: Install extra dependencies # Only develop branch right now
|
- name: Install extra dependencies # Only develop branch right now
|
||||||
if: ${{ github.ref == 'ref/head/develop' }}
|
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