Skip to content

Commit

Permalink
fix(actions): execute checks inside poetry venv.
Browse files Browse the repository at this point in the history
  • Loading branch information
amirouche committed Nov 29, 2023
1 parent f676512 commit e715031
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ jobs:
- run: pip install --upgrade pip
- run: pip install poetry
- run: cd found && make init
- run: cd found && make database-clear
- run: cd found && python readme.py
- run: cd found && make check
- run: cd found && poetry run python readme.py
- run: cd found && poetry run make check
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
- run: pip install --upgrade pip
- run: pip install poetry
- run: cd found && make init
- run: cd found && make database-clear
- run: cd found && python readme.py
- run: cd found && make check
- run: cd found && poetry run python readme.py
- run: cd found && poetry run make check
- run: cd found && poetry publish --build

0 comments on commit e715031

Please sign in to comment.