Skip to content

Commit 9462528

Browse files
committed
path for myvenv
1 parent 5d90c92 commit 9462528

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/pipelines/pr-validation-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ jobs:
539539
-e DB_CONNECTION_STRING="Driver=ODBC Driver 18 for SQL Server;Server=$SQLSERVER_IP;Database=TestDB;Uid=SA;Pwd=$(DB_PASSWORD);TrustServerCertificate=yes" \
540540
-e DB_PASSWORD="$(DB_PASSWORD)" \
541541
test-container-rhel9 bash -c "
542-
source /opt/venv/bin/activate
542+
source myvenv/bin/activate
543543
echo 'Build successful, running tests now on RHEL 9'
544544
echo 'Using connection string: Driver=ODBC Driver 18 for SQL Server;Server=$SQLSERVER_IP;Database=TestDB;Uid=SA;Pwd=***;TrustServerCertificate=yes'
545545
python -m pytest -v --junitxml=test-results-rhel9.xml --cov=. --cov-report=xml:coverage-rhel9.xml --capture=tee-sys --cache-clear

0 commit comments

Comments
 (0)