pannman commited on
Commit
4dda0f0
·
1 Parent(s): 76ad667

fix github actions

Browse files
.github/workflows/pysen-python-app.yaml CHANGED
@@ -38,10 +38,14 @@ jobs:
38
  - name: Run isort
39
  run: |
40
  poetry run isort .
 
 
 
 
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
 
38
  - name: Run isort
39
  run: |
40
  poetry run isort .
41
+
42
+ - name: Test with pytest
43
+ run: |
44
+ ls
45
 
46
  - name: Test with pytest
47
  run: |
48
+ poetry run pytest ./source/tests/*
49
 
50
  - name: Commit changes
51
  uses: stefanzweifel/git-auto-commit-action@v4