Fix config tests (#343)

Co-authored-by: Vivian Fang <hi@vivi.sh>
This commit is contained in:
Sarah Wooders
2023-11-06 18:43:23 -08:00
committed by GitHub
parent 8700158222
commit e07a7ac1ef
5 changed files with 11 additions and 54 deletions

View File

@@ -24,14 +24,13 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "poetry"
- name: Install poetry
run: pip install poetry
- name: Set Poetry config
run: |