Skip to content

Commit

Permalink
Merge 22e074c into 78375ce
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Yang committed Mar 22, 2021
2 parents 78375ce + 22e074c commit 65be9c4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 45 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/cache.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Python package

on:
push:
branches: [ master ]
pull_request:

jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- run: python3 -m pip install -U pip
- run: python3 -m pip cache dir

0 comments on commit 65be9c4

Please sign in to comment.