Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Kulaga committed Jun 4, 2024
1 parent 861c5c2 commit 961fd21
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ jobs:
- name: Run tests
run: |
source $HOME/micromamba/etc/profile.d/micromamba.sh
micromamba activate just-agents
which python
which pytest
pytest
$HOME/micromamba/micromamba run -n just-agents which python
$HOME/micromamba/micromamba run -n just-agents which pytest
$HOME/micromamba/micromamba run -n just-agents pytest
env:
MAMBA_ROOT_PREFIX: $HOME/micromamba
MAMBA_ROOT_PREFIX: $HOME/micromamba

0 comments on commit 961fd21

Please sign in to comment.