Skip to content

Commit

Permalink
local install
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Kulaga committed Jun 4, 2024
1 parent d40eb71 commit 0c61c2a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,16 @@ jobs:
$HOME/micromamba/micromamba env list
ls -al $HOME/micromamba/envs/just-agents
- name: Install just-agents package
run: |
$HOME/micromamba/micromamba run -n just-agents pip install -e .
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

0 comments on commit 0c61c2a

Please sign in to comment.