Skip to content

Commit

Permalink
updated github action workflows according to group changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Jul 29, 2024
1 parent 8996ee6 commit 08c2948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Install dependencies
run: |
poetry install --sync --no-interaction --all-extras --with docs
poetry install --sync --no-interaction --with docs
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Install dependencies & setup project
run: |
poetry install --sync --no-interaction --no-root --with test
poetry install --sync --no-interaction
- name: Run the tests
run: poetry run pytest .

0 comments on commit 08c2948

Please sign in to comment.