Skip to content

Commit

Permalink
CI: Remove install dependencies (#1428)
Browse files Browse the repository at this point in the history
Some CI jobs do not require installing poetry dependencies
  • Loading branch information
zaro0508 committed Jan 24, 2024
1 parent 34abd51 commit b204ad7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
- uses: actions/checkout@v4
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install dependencies
run: poetry install --no-interaction --all-extras
- name: build package
run: poetry build

Expand Down Expand Up @@ -185,7 +183,5 @@ jobs:
- uses: actions/checkout@v4
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install dependencies
run: poetry install --no-interaction --all-extras
- name: Publish to pypi
run: poetry publish --build -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit b204ad7

Please sign in to comment.