Skip to content

Commit

Permalink
Move Window CI to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Apr 27, 2024
1 parent 756da0f commit 3283ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.
36 changes: 0 additions & 36 deletions .appveyor.yml

This file was deleted.

7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ on: [push]

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3283ad9

Please sign in to comment.