Skip to content

Commit

Permalink
fixing installations
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacioct committed Apr 26, 2024
1 parent 0bdea0b commit c80fbbe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
with:
path: ${{ env.CONDA }}/envs
key: conda-${{ runner.os }}--${{ runner.arch }}--${{ steps.get-date.outputs.today }}-${{ hashFiles('environment_dev.yml') }}-${{ env.CACHE_NUMBER }}
- name: Update environment
if: steps.cache.outputs.cache-hit != 'true'
run: mamba env update -n argilla -f environment_dev.yml
- name: Cache pip 👜
uses: actions/cache@v3
with:
Expand All @@ -59,7 +56,7 @@ jobs:
env:
ARGILLA_ENABLE_TELEMETRY: 0
run: |
pip install -e ".[server]"
pip install argilla ".[server]"
python -m argilla server database migrate
python -m argilla server database users create_default
python -m argilla server start &
Expand Down

0 comments on commit c80fbbe

Please sign in to comment.