mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
Update github actions
This commit is contained in:
parent
8787f8c34f
commit
f50ebd8492
2 changed files with 5 additions and 8 deletions
|
|
@ -96,8 +96,7 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
cache: pip
|
||||
cache-dependency-path: |
|
||||
requirements.txt
|
||||
requirements_extra.txt
|
||||
pyproject.toml
|
||||
|
||||
- name: Install package dependencies
|
||||
run: |
|
||||
|
|
@ -107,10 +106,8 @@ jobs:
|
|||
pip install mysqlclient
|
||||
pip install coveralls
|
||||
pip install tblib
|
||||
pip install -e .
|
||||
|
||||
- name: Install extra dependencies
|
||||
run: pip install -r requirements_extra.txt
|
||||
pip install .
|
||||
pip install .[extra]
|
||||
|
||||
- name: Initialize evennia
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue