Skip to content

Commit

Permalink
fix: CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 27, 2024
1 parent 803f156 commit 58223e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: |
pip install pytest
pytest
- run: pypy setup.py test
- run: python setup.py test
if: matrix.python-version != '3.12' && matrix.python-version != 'latest'
build-pypy:
name: Build PyPy
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
url="http://dropbox-api.hive.pt",
zip_safe=False,
packages=["dropbox"],
test_suite="dropbox.test",
package_dir={"": os.path.normpath("src")},
install_requires=["appier"],
classifiers=[
Expand Down

0 comments on commit 58223e6

Please sign in to comment.