Skip to content

Commit

Permalink
DEL: remove FORCE_NON_WIN from tox and docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
desty2k committed May 21, 2021
1 parent 24c3a9f commit 26e8a15
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
python -m pip install -r req-doc.txt
- name: Sphinx Build
env:
FORCE_NON_WIN: True
run: |
cd docs
sphinx-build -b html . _build
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ TASK =

[testenv]

setenv =
FORCE_NON_WIN = True

platform =
# platforms to run
win: win32
Expand Down

0 comments on commit 26e8a15

Please sign in to comment.