Skip to content

Commit

Permalink
test: fix for pylint and python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Jul 25, 2023
1 parent 15a0874 commit 98a4034
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
matrix:
python:
- 2.7.18
- 3.6.8
- 3.9.4
- 3.6.15
- 3.9.17

container: python:${{ matrix.python }}-slim
steps:
Expand Down Expand Up @@ -54,8 +54,8 @@ jobs:
matrix:
python:
- 2.7.18
- 3.6.8
- 3.9.4
- 3.6.15
- 3.9.17

container: python:${{ matrix.python }}-slim
steps:
Expand All @@ -76,8 +76,8 @@ jobs:
matrix:
python:
- 2.7.18
- 3.6.8
- 3.9.4
- 3.6.15
- 3.9.17

container: python:${{ matrix.python }}-slim
steps:
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: pilot-development

channels:
- diracgrid
- conda-forge
- defaults

Expand Down

0 comments on commit 98a4034

Please sign in to comment.