Skip to content

Commit

Permalink
Hardwire the version of "markupsafe" being used for the various CI bu…
Browse files Browse the repository at this point in the history
…ilds.
  • Loading branch information
csmemoe-aquaveo committed Feb 23, 2022
1 parent a91d5ad commit efb0574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/XmsExtractor-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit efb0574

Please sign in to comment.