Skip to content

Commit

Permalink
[AB#113107] Feature: Remove argo-workflows v2 (#1318)
Browse files Browse the repository at this point in the history
* Remove argo-workflows v2

* Updated to latest argo-workflows v3

* Updated tornado version
  • Loading branch information
toera authored May 23, 2023
1 parent 5319686 commit 6ca5683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN cp ${HOME}/build.sh /usr/bin/build \
WORKDIR ${HOME}

#download & install argo
ENV ARGO_VERSIONS="[{\"number\":3,\"version\":\"3.4.3\"},{\"number\":2,\"version\":\"2.12.13\"}]"
ENV ARGO_VERSIONS="[{\"number\":3,\"version\":\"3.4.7\"}]"
COPY scripts/download_argo.py ./download_argo.py
RUN python3 ./download_argo.py -o /usr/local/bin

Expand Down
2 changes: 1 addition & 1 deletion requirements/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ tomli==1.2.3
# coverage
# mypy
# pytest
tornado==6.2
tornado==6.3.2
# via
# ipykernel
# jupyter-client
Expand Down

0 comments on commit 6ca5683

Please sign in to comment.