Skip to content

Commit

Permalink
Merge pull request #200 from fstagni/tests_pylint_fixes
Browse files Browse the repository at this point in the history
test: fixes
  • Loading branch information
fstagni authored Jul 25, 2023
2 parents 15a0874 + 98a4034 commit 4b5a9d2
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 4b5a9d2

Please sign in to comment.