Skip to content

Commit

Permalink
take env var
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Oct 31, 2024
1 parent c0a36b2 commit afd4bca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demos/tgen/test_tgen_demo.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import os
import grpc
import netmiko
import pydpu
Expand All @@ -7,8 +8,9 @@

from testbed import *

HOME_FOLDER = r'/home/opi/actions-runner/_work/opi-poc/opi-poc'
#HOME_FOLDER = r'/home/opi/actions-runner/_work/opi-poc/opi-poc'
#HOME_FOLDER = r'/home/opi/opi-poc'
HOME_FOLDER = os.environ['GITHUB_WORKSPACE']


@pytest.fixture
Expand Down

0 comments on commit afd4bca

Please sign in to comment.