Skip to content

Commit

Permalink
Merge branch 'autoatml:main' into src_layout
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash authored Oct 31, 2024
2 parents 5dc1cd7 + bb21a49 commit c315f7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
ghcr.io/autoatml/autoplex/autoplex:python-${{ matrix.python-version }} \
bash -c "
python -m pip install --upgrade pip && \
python -m uv cache clean
python -m uv pip install .[strict,tests] && \
OMP_NUM_THREADS=1 pytest --cache-clear --cov=autoplex --cov-report term-missing --cov-append --splits 5 --group ${{ matrix.split }} -vv --durations-path /workspace/tests/test_data/.pytest-split-durations
"
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,6 @@ WORKDIR /workspace
# Copy the current directory contents into the container at /workspace
COPY . /workspace

# Install autoplex
# Install autoplex and clear cache
RUN uv pip install .[strict,docs]
RUN uv cache clean

0 comments on commit c315f7d

Please sign in to comment.