workflows/test: add config setup
This commit is contained in:
parent
734152afc4
commit
73cbf0ffac
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -24,6 +24,8 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
- name: Setup config
|
||||||
|
run: cp config/.env.example config/.env.local
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
uses: snok/install-poetry@v1
|
uses: snok/install-poetry@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user