Skip to content

Commit

Permalink
Merge pull request #4 from SonyCSLParis/actions
Browse files Browse the repository at this point in the history
Update workflow + gitignore + test
  • Loading branch information
cyranawm authored Oct 3, 2023
2 parents 1e4901d + 59f7e6d commit b417f12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install .
- name: Test with pytest
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*.egg-info/
.DS_Store
dist/
build/
1 change: 1 addition & 0 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import unittest
import pesto


class MyTestCase(unittest.TestCase):
Expand Down

0 comments on commit b417f12

Please sign in to comment.