Skip to content

Commit

Permalink
Update run_cli_tests_linux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
niklases committed Jun 23, 2023
1 parent bdd707d commit ef84b14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflow/run_cli_tests_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ export PS4='+(Line ${LINENO}): ' # echo script line numbers

### if using downloaded/locally stored pypef .py files:
############### CHANGE THIS PATHS AND USED THREADS, REQUIRES PYTHON ENVIRONMENT WITH PRE-INSTALLED MODULES ###############
#export PYTHONPATH=${PYTHONPATH}:/path/to/pypef-main #
#pypef='python3 /path/to/pypef-main/pypef/main.py' # #
export PYTHONPATH=${PYTHONPATH}:/path/to/pypef-main #
pypef='python3 /path/to/pypef-main/pypef/main.py' # #
##########################################################################################################################
### else just use pip-installed pypef version (uncomment): #
pypef=pypef #
#pypef=pypef #
##########################################################################################################################
threads=16 #
##########################################################################################################################
Expand Down

0 comments on commit ef84b14

Please sign in to comment.