Skip to content

Commit

Permalink
Add docs requirements to docs txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Nov 19, 2020
1 parent 976a50f commit b833981
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Core Repo Tests
name: Core Repo Tests Workflow

on:
push:
Expand Down
9 changes: 0 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,6 @@ deps =
-c {toxinidir}/dev-requirements.txt
-r {toxinidir}/docs-requirements.txt

commands_pre =
pip install -e {toxinidir}/opentelemetry-python-contrib/exporter/opentelemetry-exporter-datadog \
-e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-grpc \
-e {toxinidir}/opentelemetry-instrumentation \
-e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-requests \
-e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-wsgi \
-e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-django \
-e {toxinidir}/opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-flask

changedir = docs

commands =
Expand Down

0 comments on commit b833981

Please sign in to comment.