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

fix github action

Browse files
.github/workflows/pysen-python-app.yaml CHANGED
@@ -38,14 +38,11 @@ jobs:
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
 
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
 
47
  - name: Commit changes
48
  uses: stefanzweifel/git-auto-commit-action@v4