-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b4102e
commit d3f0e09
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 |
---|---|---|
|
@@ -86,7 +86,7 @@ jobs: | |
run: | | ||
python -m pip install --upgrade pip | ||
pip install conan==1.41.0 conan-package-tools==0.35.1 devpi-client wheel MarkupSafe==2.0.0 | ||
python -m pip install -i https://public.aquapi.aquaveo.com/aquaveo/stable/+simple/ xmsconan | ||
python -m pip install -i https://public.aquapi.aquaveo.com/aquaveo/stable/+simple/ "xmsconan>=1,<2" | ||
# Setup Xcode | ||
- name: Setup XCode | ||
uses: sinoru/actions-setup-xcode@v2 | ||
|
@@ -208,7 +208,7 @@ jobs: | |
run: | | ||
python -m pip install --upgrade pip | ||
pip install conan==1.41.0 conan-package-tools==0.35.1 devpi-client wheel MarkupSafe==2.0.0 | ||
python -m pip install -i https://public.aquapi.aquaveo.com/aquaveo/stable/+simple/ xmsconan | ||
python -m pip install -i https://public.aquapi.aquaveo.com/aquaveo/stable/+simple/ "xmsconan>=1,<2" | ||
# 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: | |
run: | | ||
python -m pip install --upgrade pip | ||
pip install conan==1.41.0 conan-package-tools==0.35.1 devpi-client wheel MarkupSafe==2.0.0 | ||
python -m pip install -i https://public.aquapi.aquaveo.com/aquaveo/stable/+simple/ xmsconan | ||
python -m pip install -i https://public.aquapi.aquaveo.com/aquaveo/stable/+simple/ "xmsconan>=1,<2" | ||
# Setup Visual Studio | ||
- name: Setup Visual Studio | ||
uses: microsoft/[email protected] | ||
|