Skip to content

Commit

Permalink
apply code suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-osalazarlizano committed Jun 19, 2024
1 parent de51b2e commit 6b1c110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
include:
- environment-file: local_test_env.yml
- environment-file: shared_python_ci_env.yml
defaults:
run:
shell: bash -l {0}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
{
extension = path.extname(file.name);
if (extension == '.py' && !file.name.startsWith('test'))
if (extension == '.py')
{
callback(dir);
}
Expand Down
File renamed without changes.

0 comments on commit 6b1c110

Please sign in to comment.