Skip to content

Commit

Permalink
ci: simplify github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tensulin committed Sep 10, 2024
1 parent 7ec3e66 commit eacd845
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/github_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
run: |
$CONDA/bin/conda env update --file environment.yml --name base
- name: Install marbel package
run: |
$CONDA/bin/python -m pip install ./
- name: Lint with flake8
run: |
$CONDA/bin/flake8 src/marbel/
Expand Down

0 comments on commit eacd845

Please sign in to comment.