Skip to content

Commit

Permalink
mv pypi_upload to workflows dir + make lint use default version of py…
Browse files Browse the repository at this point in the history
…thon
  • Loading branch information
cooperlees committed Dec 1, 2020
1 parent a6d617a commit 79fd1af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,12 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]

steps:
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
Expand Down
File renamed without changes.

0 comments on commit 79fd1af

Please sign in to comment.