Skip to content

Commit

Permalink
use conda
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Mar 2, 2024
1 parent bd3ea35 commit 3579d55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
with:
invoke_lint: true
invoke_test: true
use_conda: true
python: ${{ matrix.python }}
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
invoke_lint: true
invoke_test: true
use_conda: true
python: ${{ matrix.python }}

Publish:
Expand Down

0 comments on commit 3579d55

Please sign in to comment.