Skip to content

Commit

Permalink
Merge branch 'feature/new_io_format' of github.com:frantropy/multi-eG…
Browse files Browse the repository at this point in the history
…O into feature/new_io_format
  • Loading branch information
frantropy committed Sep 18, 2024
2 parents 21742ca + e79f34c commit 4a20dee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies with conda
run: |
conda install -y python=3.11
conda env update --file conda/environment.yml --name base
conda install flake8
conda install --solver=classic -y python=3.11
conda env update --solver=classic --file conda/environment.yml --name base
conda install --solver=classic flake8
- name: Run flake8
run: |
# Flake8 exit on most issues
Expand Down

0 comments on commit 4a20dee

Please sign in to comment.