mirror of
https://github.com/audacity/audacity-actions.git
synced 2025-12-10 03:56:07 -06:00
Install markupsafe forcibly
This commit is contained in:
parent
ffb1245b24
commit
078f97ad12
2
dist/generate_offline_dependencies/index.js
vendored
2
dist/generate_offline_dependencies/index.js
vendored
File diff suppressed because one or more lines are too long
@ -72,7 +72,7 @@ async function prepareEnvironment(additionalPyhtonPackages) {
|
||||
await helpers.execWithLog(pip, [
|
||||
'install', '--no-index',
|
||||
'--find-links', pipDownloadCacheLocation,
|
||||
'setuptools', 'wheel', 'Cython'
|
||||
'setuptools', 'wheel', 'Cython', 'markupsafe'
|
||||
]);
|
||||
|
||||
await helpers.execWithLog(pip, [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user