Skip to content

Commit

Permalink
Revert "set default worker to gw0"
Browse files Browse the repository at this point in the history
This reverts commit 9f2d61b.
  • Loading branch information
lbianchi-lbl committed Sep 6, 2024
1 parent d27dbde commit 8f62fcb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions idaes_examples/notebooks/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@


def is_master():
worker = os.environ.get("PYTEST_XDIST_WORKER", "gw0")
print(f"Worker = {worker}")
worker = os.environ.get("PYTEST_XDIST_WORKER", "gw?")
return worker == "gw0"


Expand Down

0 comments on commit 8f62fcb

Please sign in to comment.