Skip to content

Commit baa17a8

Browse files
committed
update release tests
Signed-off-by: Wenqi Li <[email protected]>
1 parent 5ce8a10 commit baa17a8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ['3.7', '3.8', '3.9', '3.10']
16+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
1717
steps:
1818
- uses: actions/checkout@v3
1919
with:
@@ -102,6 +102,7 @@ jobs:
102102
- shell: bash
103103
run: |
104104
git describe
105+
python -m pip install --user --upgrade setuptools wheel
105106
python setup.py build
106107
cat build/lib/monai/_version.py
107108
- name: Upload version
@@ -134,13 +135,6 @@ jobs:
134135
run: |
135136
echo "$RELEASE_VERSION"
136137
cat _version.py
137-
- if: startsWith(github.ref, 'refs/tags/')
138-
name: Install latest docker
139-
run: |
140-
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
141-
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
142-
sudo apt-get update
143-
sudo apt-get install docker-ce
144138
- if: startsWith(github.ref, 'refs/tags/')
145139
name: build with the tag
146140
env:

0 commit comments

Comments
 (0)