Skip to content

Commit

Permalink
Release version 20.10.28.post6
Browse files Browse the repository at this point in the history
  • Loading branch information
anayden committed Oct 28, 2020
1 parent 4a9a3a7 commit 5c91365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,6 @@ jobs:
- name: Run e2e tests on Windows
if: matrix.os == 'windows'
run: |
Remove-Item Env:\NEURO_EXTRAS_IMAGE # clear this env var to test it in real
Get-Childitem -Path Env:* | Sort-Object Name # print all env variables just in case
Remove-Item Env:NEURO_EXTRAS_IMAGE # clear this env var to test it in real
make test_e2e
2 changes: 1 addition & 1 deletion neuro_extras/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Note: version MUST be in format '20.10.23a6' because it defines the docker image
# that we use, see tags in https://hub.docker.com/r/neuromation/neuro-extras/tags
__version__ = "20.10.28.post5"
__version__ = "20.10.28.post6"

0 comments on commit 5c91365

Please sign in to comment.