Skip to content

Commit

Permalink
remove extra build file
Browse files Browse the repository at this point in the history
  • Loading branch information
raphenya committed Sep 11, 2023
1 parent d2ef7ee commit b757212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 106 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ env:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.5","3.6","3.7","3.8","3.9","3.10","3.11"]

steps:
Expand Down
105 changes: 0 additions & 105 deletions .github/workflows/build_ubuntu-20.04.yml

This file was deleted.

0 comments on commit b757212

Please sign in to comment.