Skip to content

Commit

Permalink
Release version 20.10.28-9
Browse files Browse the repository at this point in the history
  • Loading branch information
anayden committed Oct 28, 2020
1 parent dec2c4d commit ff9c6c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ jobs:
- name: Run e2e tests on Windows
if: matrix.os == 'windows'
run: |
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
if (Test-Path 'Env:NEURO_EXTRAS_IMAGE') { # clear this env var to test it in real
Remove-Item 'Env:NEURO_EXTRAS_IMAGE'
}
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.post8"
__version__ = "20.10.28.post9"

0 comments on commit ff9c6c0

Please sign in to comment.