Skip to content

Commit

Permalink
🐛 FIX: Revert isolated builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ianagbip1oti authored Jun 12, 2020
1 parent d7317e5 commit fce3e5d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down
6 changes: 0 additions & 6 deletions pyproject.toml

This file was deleted.

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def readme():
"requests>=2.23.0",
"websocket_client>=0.57.0",
],
setup_requires=["setuptools-scm==3.3.3"],
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
envlist=clean,py{36,37,38},report
skip_missing_interpreters=True
isolated_build=True

[testenv]
commands=
Expand Down

0 comments on commit fce3e5d

Please sign in to comment.