Skip to content

Commit

Permalink
Try removing more
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks authored Nov 9, 2024
1 parent 546a2ca commit 749fa60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/check-newsfragment.yml

This file was deleted.

13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,16 @@ name: CI

on:
push:
branches-ignore:
- "dependabot/**"
pull_request:

jobs:
Windows:
name: 'Windows (${{ matrix.python }}, ${{ matrix.arch }}${{ matrix.extra_name }})'
name: 'Windows (${{ matrix.python }})'
timeout-minutes: 20
runs-on: 'windows-latest'
strategy:
fail-fast: false
matrix:
python: ['pypy-3.10']
arch: ['x86', 'x64']
lsp: ['']
lsp_extract_file: ['']
extra_name: ['']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -34,12 +27,8 @@ jobs:
# 'CPython' -> '3.9.0-alpha - 3.9.X'
# 'PyPy' -> 'pypy-3.9'
python-version: ${{ fromJSON(format('["{0}", "{1}"]', format('{0}.0-alpha - {0}.X', matrix.python), matrix.python))[startsWith(matrix.python, 'pypy')] }}
architecture: '${{ matrix.arch }}'
cache: pip
cache-dependency-path: test-requirements.txt
- name: Run tests
run: ./ci.sh
shell: bash
env:
LSP: '${{ matrix.lsp }}'
LSP_EXTRACT_FILE: '${{ matrix.lsp_extract_file }}'

0 comments on commit 749fa60

Please sign in to comment.