Skip to content

Commit

Permalink
Fix pfbExportTest
Browse files Browse the repository at this point in the history
  • Loading branch information
haraprasadj authored Jul 25, 2024
1 parent 7ad4152 commit 476241f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suites/portal/pfbExportTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ Scenario('Install the latest pypfb CLI version and make sure we can parse the av
// the previous test did not create it
expect(files.fileExists(`./test_export_${I.cache.UNIQUE_NUM}.avro`), 'A "test_export_<unique number>.avro" file should have been created by previous test').to.be.true;

const pyPfbInstallationOutput = await bash.runCommand(`python3.8 -m venv pfb_test && source pfb_test/bin/activate && pip install --upgrade pip && pip install pypfb && ${I.cache.WORKSPACE}/gen3-qa/pfb_test/bin/pfb`);
const pyPfbInstallationOutput = await bash.runCommand(`python3.9 -m venv pfb_test && source pfb_test/bin/activate && pip install --upgrade pip && pip install pypfb && ${I.cache.WORKSPACE}/gen3-qa/pfb_test/bin/pfb`);
if (process.env.DEBUG === 'true') {
console.log(`${new Date()}: pyPfbInstallationOutput = ${pyPfbInstallationOutput}`);
}
Expand Down

0 comments on commit 476241f

Please sign in to comment.