Skip to content

Commit b0c2607

Browse files
authored
Remove windows-2016 from GitHub workflows (#424)
1 parent b1c7e2d commit b0c2607

2 files changed

Lines changed: 1 addition & 52 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -307,55 +307,3 @@ jobs:
307307

308308
- name: Make SDist
309309
run: python3 setup.py sdist
310-
311-
312-
win32-msvc2017:
313-
name: "🐍 ${{ matrix.python }} • MSVC 2017 • x64"
314-
runs-on: windows-2016
315-
strategy:
316-
fail-fast: false
317-
matrix:
318-
python:
319-
- 3.6
320-
- 3.7
321-
- 3.8
322-
- 3.9
323-
324-
steps:
325-
- uses: actions/checkout@v2
326-
327-
- name: Get history and tags for SCM versioning to work
328-
if: ${{ !env.ACT }}
329-
run: |
330-
git fetch --prune --unshallow
331-
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
332-
333-
- name: Get pip cache dir
334-
id: pip-cache
335-
run: |
336-
echo "::set-output name=dir::$(python -m pip cache dir)"
337-
338-
- name: Cache wheels
339-
uses: actions/cache@v2
340-
with:
341-
path: ${{ steps.pip-cache.outputs.dir }}
342-
key: ${{ runner.os }}-${{ matrix.python }}-pip-${{ hashFiles('**/setup.cfg') }}
343-
restore-keys: ${{ runner.os }}-${{ matrix.python }}-pip-
344-
345-
- name: Setup 🐍 ${{ matrix.python }}
346-
uses: actions/setup-python@v2
347-
with:
348-
python-version: ${{ matrix.python }}
349-
350-
- name: Prepare env
351-
run: |
352-
python setup.py gen_reqfile --include-extras=test,braket
353-
python -m pip install -r requirements.txt --prefer-binary
354-
355-
- name: Build and install package
356-
run: python -m pip install -ve .[braket,test]
357-
358-
- name: Run all checks
359-
run: |
360-
echo 'backend: Agg' > matplotlibrc
361-
python3 -m pytest -p no:warnings

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
### Repository
2626

2727
- Add configuration for CIBuildWheel in `pyproject.toml`
28+
- Remove use of deprecated images `windows-2016` in GitHub workflows
2829
- Update `dangoslen/changelog-enforcer` GitHub action to v3
2930
- Update `thomaseizinger/keep-a-changelog-new-release` GiHub action to v1.3.0
3031
- Update `thomaseizinger/create-pull-request` GiHub action to v1.2.2

0 commit comments

Comments
 (0)