Skip to content

Commit

Permalink
gh-actions: merged the 2 versions of the graphviz headers installat…
Browse files Browse the repository at this point in the history
…ion step
  • Loading branch information
deeenes committed Jul 2, 2024
2 parents 2dff1a8 + 24234f3 commit ba0a74b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install system dependencies
run: sudo apt-get install -y graphviz graphviz-dev
- name: Install build dependencies
run: python -m pip install --upgrade pip wheel twine build
- name: Build package
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/sphinx_autodoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
brew install graphviz
- name: Setup Python
uses: actions/setup-python@v5
- name: Install system dependencies
run: sudo apt-get install -y graphviz graphviz-dev
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@main
uses: actions/setup-python@v5
- name: Install graphviz headers
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
Expand All @@ -40,6 +39,8 @@ jobs:
if: ${{ matrix.os == 'macos-latest' }}
run: |
brew install graphviz
- name: Setup Python
uses: actions/setup-python@v5
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ numpydoc = "^1.7.0"
sphinx-rtd-theme = "^2.0.0"
lazy-import = { git = "https://github.com/mnmelo/lazy_import.git", branch = "master" }
anndata = "^0.10.8"
pytest = "^8.2.2"

[tool.poetry.dev-dependencies]
pytest = ">=6.0"
Expand Down

0 comments on commit ba0a74b

Please sign in to comment.