Skip to content

Commit

Permalink
fix ci again again
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Kulaga committed Jun 4, 2024
1 parent 961fd21 commit 88ed472
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,17 @@ jobs:
echo "$HOME/micromamba/bin:$HOME/micromamba/envs/just-agents/bin" >> $GITHUB_PATH
echo "MAMBA_ROOT_PREFIX=$HOME/micromamba" >> $GITHUB_ENV
- name: Verify environment creation
run: |
$HOME/micromamba/micromamba env list
ls -al $HOME/micromamba/envs/just-agents
env:
MAMBA_ROOT_PREFIX: $HOME/micromamba

- name: Run tests
run: |
$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 88ed472

Please sign in to comment.