Update github actions
This commit is contained in:
parent
8787f8c34f
commit
f50ebd8492
2 changed files with 5 additions and 8 deletions
|
|
@ -41,8 +41,8 @@ jobs:
|
||||||
# full game dir needed for mv-local
|
# full game dir needed for mv-local
|
||||||
- name: Set up evennia game dir
|
- name: Set up evennia game dir
|
||||||
run: |
|
run: |
|
||||||
pip install -e .
|
pip install .
|
||||||
pip install -r requirements_extra.txt
|
pip install .[extra]
|
||||||
cd ..
|
cd ..
|
||||||
evennia --init gamedir
|
evennia --init gamedir
|
||||||
cd gamedir
|
cd gamedir
|
||||||
|
|
|
||||||
|
|
@ -96,8 +96,7 @@ jobs:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
cache: pip
|
cache: pip
|
||||||
cache-dependency-path: |
|
cache-dependency-path: |
|
||||||
requirements.txt
|
pyproject.toml
|
||||||
requirements_extra.txt
|
|
||||||
|
|
||||||
- name: Install package dependencies
|
- name: Install package dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -107,10 +106,8 @@ jobs:
|
||||||
pip install mysqlclient
|
pip install mysqlclient
|
||||||
pip install coveralls
|
pip install coveralls
|
||||||
pip install tblib
|
pip install tblib
|
||||||
pip install -e .
|
pip install .
|
||||||
|
pip install .[extra]
|
||||||
- name: Install extra dependencies
|
|
||||||
run: pip install -r requirements_extra.txt
|
|
||||||
|
|
||||||
- name: Initialize evennia
|
- name: Initialize evennia
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue