Skip to content

Commit

Permalink
fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen293 committed Mar 29, 2024
1 parent 11cfa62 commit 75ba0eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
python-version: ${{ matrix.pythonversion }}
- name: Install Dependencies
run: make install
- name: Clear Cache For Tests
run: find . \( -name '__pycache__' -or -name '*.pyc' \) -delete
- name: Run Tests
run: EASYPOST_TEST_API_KEY=123 EASYPOST_PROD_API_KEY=123 make coverage
- name: Coveralls
Expand Down
2 changes: 1 addition & 1 deletion examples
Submodule examples updated 2486 files
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
testpaths=tests

0 comments on commit 75ba0eb

Please sign in to comment.