Skip to content

Commit

Permalink
update pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxn committed Oct 15, 2023
1 parent 301337d commit 93868f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: Python Lint

on:
push:
Expand All @@ -13,11 +13,9 @@ jobs:
flake8_py3:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.8.5
architecture: x64
python-version: '3.10'

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CI Tests

on:
push:
Expand Down

0 comments on commit 93868f8

Please sign in to comment.