Skip to content

Commit

Permalink
don't install package for isort
Browse files Browse the repository at this point in the history
  • Loading branch information
fracape committed Apr 3, 2024
1 parent 3dd3376 commit 0fd3251
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ flake8:
- docker

black:
cache: []
stage: static-analysis
image: python:3.10-buster
before_script:
Expand All @@ -69,7 +70,6 @@ isort:
image: python:3.10-buster
before_script:
- python --version
- pip install .
- pip install isort
script:
- make check-isort
Expand Down Expand Up @@ -102,6 +102,7 @@ test:
- docker

doc:
cache: []
stage: doc
image: pytorch/pytorch:2.2.0-cuda11.8-cudnn8-devel
before_script:
Expand Down
5 changes: 2 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
![ID-CompressAI-logo](assets/ID-compressAI-logo-750x140.png)

# CompressAI
<!-- ![ID-CompressAI-logo](assets/ID-compressAI-logo-750x140.svg =750x140) -->
<a href="url"><img src="docs/source/_static/logo.svg" align="center"></a>

[![License](https://img.shields.io/github/license/InterDigitalInc/CompressAI?color=blue)](https://github.com/InterDigitalInc/CompressAI/blob/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/compressai?color=brightgreen)](https://pypi.org/project/compressai/)
Expand Down
Binary file removed docs/source/_static/logo.png
Binary file not shown.
81 changes: 81 additions & 0 deletions docs/source/_static/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
# html_theme = "sphinx_rtd_theme"
html_theme = "sphinx_book_theme"
html_title = "CompressAI"
html_logo = "_static/logo.png"
html_logo = "_static/logo.svg"
html_show_sphinx = False
html_theme_options = {
"repository_url": "https://github.com/InterDigitalInc/CompressAI/",
Expand Down

0 comments on commit 0fd3251

Please sign in to comment.