Skip to content

Commit

Permalink
ci: don't try to enter shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobi-De committed Feb 17, 2024
1 parent 4cae037 commit 350ff27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: |
pip install hatch
- name: Install dependencies
- name: Sync .env
run: |
cd test_project && hatch shell && falco sync-dotenv
cd test_project && hatch run falco sync-dotenv
- name: Run django checks
run: |
Expand Down

0 comments on commit 350ff27

Please sign in to comment.