Skip to content

Commit

Permalink
Merge from 5.x: PR #16142
Browse files Browse the repository at this point in the history
Fixes #16123
Fixes #16118
  • Loading branch information
ccordoba12 committed Aug 4, 2021
2 parents d523b40 + b2fe16b commit 134daa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installer-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
build_type: ['Lite', 'Full']
env:
ASSETS_URL: 'https://github.com/spyder-ide/windows-installer-assets/releases/download/0.0.3/assets.zip'
ASSETS_URL: 'https://github.com/spyder-ide/windows-installer-assets/releases/download/0.0.4/assets.zip'
UNWANTED_PACKAGES: ${{github.event_name == 'pull_request' && 'pip spyder-kernels python-slugify Rtree QDarkStyle' || 'pip python-slugify Rtree' }}
SKIP_PACKAGES: 'bcrypt slugify'
ADD_PACKAGES: ${{github.event_name == 'pull_request' && 'spyder_kernels blib2to3 _black_version blackd rtree qdarkstyle' || 'blib2to3 _black_version blackd rtree' }}
Expand Down

0 comments on commit 134daa3

Please sign in to comment.