Skip to content

Commit

Permalink
Merge pull request #139 from autoatml/main
Browse files Browse the repository at this point in the history
merge main into sc algo
  • Loading branch information
QuantumChemist authored Oct 9, 2024
2 parents ff3101e + 5db6077 commit 34a83bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- uses: actions/checkout@v3
- name: Run tests using Docker image for Python ${{ matrix.python-version }}
run: |
docker pull ghcr.io/jageo/autoplex/autoplex:python-${{ matrix.python-version }}
docker pull ghcr.io/autoatml/autoplex/autoplex:python-${{ matrix.python-version }}
docker run --rm \
-v ${{ github.workspace }}:/workspace \
-w /workspace \
ghcr.io/jageo/autoplex/autoplex:python-${{ matrix.python-version }} \
ghcr.io/autoatml/autoplex/autoplex:python-${{ matrix.python-version }} \
bash -c "
python -m pip install --upgrade pip && \
python -m uv pip install .[strict,tests] && \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ docs = [
"myst_parser==2.0.0",
"numpydoc==1.6.0",
"sphinx-copybutton==0.5.2",
"sphinx==7.2.6",
"sphinx==8.0.2",
"sphinx_design==0.5.0",
"myst-nb==1.0.0",
"sphinx-book-theme==1.1.0",
Expand Down

0 comments on commit 34a83bc

Please sign in to comment.