workflows/test: add config setup

This commit is contained in:
ohdearaugustin 2022-02-13 01:13:56 +01:00 committed by ohdearaugustin
parent 734152afc4
commit 73cbf0ffac

View File

@ -24,6 +24,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Setup config
run: cp config/.env.example config/.env.local
- name: Install Poetry
uses: snok/install-poetry@v1
with: