Skip to content

Commit

Permalink
remove mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouras13 committed Oct 1, 2024
1 parent a349955 commit f905fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install pharokka
shell: bash -l {0}
run: |
mamba install python=${{ matrix.python-version }}
conda install python=${{ matrix.python-version }}
python -m pip install --upgrade pip
pip install -e .
- name: Run tests and collect coverage
Expand Down

0 comments on commit f905fa3

Please sign in to comment.