Skip to content

Commit

Permalink
fix composite
Browse files Browse the repository at this point in the history
  • Loading branch information
majdyz committed May 9, 2024
1 parent 908fddc commit 985f0f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Set Environment and Install Dependencies
uses: ./setup-env
uses: ./.github/actions/setup-env

- name: Test with pytest
run: poetry run pytest --cov .
Expand Down

0 comments on commit 985f0f1

Please sign in to comment.