ci: Lock markupsafe to 2.0.1

This commit is contained in:
Luke Street 2022-02-21 22:00:09 -05:00
parent cd6d5b9acf
commit 913ea0f7c4
1 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ jobs:
brew upgrade --formula brew upgrade --formula
brew install ninja graphicsmagick imagemagick freetype brew install ninja graphicsmagick imagemagick freetype
yarn global add create-dmg yarn global add create-dmg
pip install markupsafe pip3 install markupsafe==2.0.1
# universal qt5 from macports # universal qt5 from macports
curl -LSfs https://axiodl.com/files/qt-$Qt_VERSION.mpkg -o /tmp/qt-$Qt_VERSION.mpkg curl -LSfs https://axiodl.com/files/qt-$Qt_VERSION.mpkg -o /tmp/qt-$Qt_VERSION.mpkg
@ -192,7 +192,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
choco install ninja vulkan-sdk choco install ninja vulkan-sdk
pip install markupsafe pip install markupsafe==2.0.1
# set up buildcache # set up buildcache
$TempDir = "$env:RUNNER_WORKSPACE\temp" $TempDir = "$env:RUNNER_WORKSPACE\temp"