Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouras13 committed Feb 28, 2024
1 parent 97b20f3 commit 3e2aa06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ jobs:
shell: bash -l {0}
run: |
mamba install python=${{ matrix.python-version }}
just install
pip install -e .
pip install black
pip install isort
pip install pytest
pip install pytest-cov
python -m pip install --upgrade pip
pip3 install git+https://github.com/rrwick/Unicycler.git
unicycler --help
Expand Down

0 comments on commit 3e2aa06

Please sign in to comment.