Skip to content

Commit

Permalink
build: use poetry version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanp05 committed May 5, 2023
1 parent e0c21ba commit fe770d4
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 112 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry==1.1.14
python -m pip install poetry==1.4.2
poetry install
- name: Lint
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Test with pytest
run: |
poetry run pytest --cov-report xml --cov-report term --cov=python_client_generator
# TODO: set up codecov once the repo is public
# TODO: set up codecov
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1
# with:
Expand Down
Loading

0 comments on commit fe770d4

Please sign in to comment.