Skip to content

Commit

Permalink
fix test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sbusso committed Mar 23, 2024
1 parent b1af87d commit a4d5775
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install Poetry
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
- name: Add Poetry to path
run: echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
- name: Install venv
- name: Install dependencies
run: poetry install
- name: Test
run: poetry run pytest

0 comments on commit a4d5775

Please sign in to comment.