pannman commited on
Commit
9ae87f1
·
1 Parent(s): f0632cc

Fix github actions

Browse files
.github/workflows/pysen-python-app.yaml CHANGED
@@ -41,7 +41,7 @@ jobs:
41
 
42
  - name: Test with pytest
43
  run: |
44
- poetry run pytest tests/*
45
 
46
  - name: Commit changes
47
  uses: stefanzweifel/git-auto-commit-action@v4
 
41
 
42
  - name: Test with pytest
43
  run: |
44
+ poetry run pytest source/tests/*
45
 
46
  - name: Commit changes
47
  uses: stefanzweifel/git-auto-commit-action@v4