Skip to content

Commit

Permalink
More testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gyevnarb committed Apr 24, 2023
1 parent fa063d0 commit cd4889d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx
myst-parser
./
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
import setuptools

github_workspace = os.getenv("GITHUB_WORKSPACE")
with open('requirements.txt') as f:
requirements = f.read().splitlines()

if github_workspace is not None:
requirements = []
else:
with open('requirements.txt') as f:
requirements = f.read().splitlines()
requirements.remove("carla==0.9.13")

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
Expand Down

0 comments on commit cd4889d

Please sign in to comment.