Skip to content

Commit

Permalink
Update testing workflow to install AG2
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sze <mark@sze.family>
  • Loading branch information
marklysze committed Nov 25, 2024
1 parent e4a334e commit 57d5930
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/contrib-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,9 @@ jobs:
run: |
python -m pip install --upgrade pip wheel
pip install pytest-cov>=5
- name: Install packages and dependencies for Swarms
run: |
pip install -e .
- name: Set AUTOGEN_USE_DOCKER based on OS
shell: bash
run: |
Expand Down

0 comments on commit 57d5930

Please sign in to comment.