Skip to content

Commit

Permalink
use setup-miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato committed Mar 20, 2024
1 parent ec78c3c commit 222f2ec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ jobs:
with:
submodules: recursive

- uses: actions/setup-[email protected]
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: 3.9

# - uses: actions/[email protected]
# with:
# python-version: 3.9

- name: Install dependencies
run: |
pip install -r requirements.txt coverage pytest pytest-cov hypothesis
Expand Down

0 comments on commit 222f2ec

Please sign in to comment.