Skip to content

Commit

Permalink
fixed bug in workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Feb 7, 2024
1 parent 49bf198 commit 7f2b689
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
- name: Setup Python & Poetry Environment
uses: ./.github/actions/prepare_poetry_env

- name: Show commit message
run: echo ${{ github.event.head_commit.message }}

- name: Run build ai-lab tests
run: >
poetry run pytest
Expand Down

0 comments on commit 7f2b689

Please sign in to comment.