Skip to content

Commit

Permalink
Merge branch 'master' into 0.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaquinAmatRodrigo authored Sep 7, 2023
2 parents c98f680 + 0d84bcd commit d121881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Run tests and collect coverage
run: pytest --cov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v3
2 changes: 1 addition & 1 deletion extract_dependences.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

if __name__ == "__main__":
import os
os.system("python extract_dependences.py")
os.system("python extract_dependences.py")

0 comments on commit d121881

Please sign in to comment.