-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hardwire the version of "markupsafe" being used for the various CI bu…
…ilds.
- Loading branch information
1 parent
a91d5ad
commit efb0574
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ jobs: | |
- name: Install Python Dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
pip install conan==1.43.0 conan-package-tools==0.35.1 devpi-client wheel | ||
pip install conan==1.43.0 conan-package-tools==0.35.1 markupsafe==2.0.1 devpi-client wheel | ||
# Setup Xcode | ||
- name: Setup XCode | ||
uses: sinoru/[email protected] | ||
|
@@ -210,7 +210,7 @@ jobs: | |
- name: Install Python Dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
pip install conan==1.43.0 conan-package-tools==0.35.1 devpi-client wheel | ||
pip install conan==1.43.0 conan-package-tools==0.35.1 markupsafe==2.0.1 devpi-client wheel | ||
# Login to Aquaveo Docker | ||
- name: Login to Aquaveo Docker | ||
run: sudo docker login -u ${{ secrets.AQUAVEO_DOCKER_USERNAME_SECRET }} -p ${{ secrets.AQUAVEO_DOCKER_TOKEN }} docker.aquaveo.com | ||
|
@@ -334,7 +334,7 @@ jobs: | |
- name: Install Python Dependencies | ||
run: | | ||
python -m pip install --upgrade pip | ||
pip install conan==1.43.0 conan-package-tools==0.35.1 devpi-client wheel | ||
pip install conan==1.43.0 conan-package-tools==0.35.1 markupsafe==2.0.1 devpi-client wheel | ||
# Setup Visual Studio | ||
- name: Setup Visual Studio | ||
uses: microsoft/[email protected] | ||
|