Skip to content

Commit

Permalink
GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Nov 4, 2024
1 parent b41d112 commit f5df596
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting_and_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
pip
- name: Install genbadge from pip
shell: micromamba-shell {0} # necessary for conda env to be active
shell: bash -l {0}
run: pip install genbadge[all]

- name: List installed package versions
shell: micromamba-shell {0} # necessary for conda env to be active
shell: bash -l {0}
run: micromamba list

- name: Lint with flake8
Expand Down

0 comments on commit f5df596

Please sign in to comment.