Skip to content

Commit 2302945

Browse files
Refactor GitHub Actions workflow to enhance unit test execution with micromamba
1 parent 263d123 commit 2302945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232

3333
- name: Run unit tests
3434
run: |
35-
pytest
35+
micromamba run -n rdl-tools pytest

0 commit comments

Comments
 (0)