mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Always install extra reqs for builds against dev branch
This commit is contained in:
parent
9f11fe50d6
commit
e210aa47c1
1 changed files with 1 additions and 2 deletions
|
|
@ -70,8 +70,7 @@ jobs:
|
|||
pip install codacy-coverage
|
||||
pip install -e .
|
||||
|
||||
- name: Install extra dependencies # Only develop branch right now
|
||||
if: ${{ github.ref == 'refs/heads/develop' }}
|
||||
- name: Install extra dependencies
|
||||
run: pip install -r requirements_extra.txt
|
||||
|
||||
- name: Initialize evennia
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue