Skip to content

Commit

Permalink
Merge pull request #145 from siapy/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
janezlapajne authored Aug 28, 2024
2 parents 1135f61 + 669577d commit 0af01b9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 36 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
# - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
# - uses: actions/cache@v4
# with:
# key: mkdocs-material-${{ env.cache_id }}
# path: .cache
# restore-keys: |
# mkdocs-material-
- run: pdm run mkdocs gh-deploy --force
8 changes: 0 additions & 8 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ cd siapy
make install
```

### Verify Installation

To verify that siapy has been installed correctly, you can run:

```bash
python -c "import siapy; print(siapy.__version__)"
```

## Troubleshooting

If you encounter any issues during installation, consider the following solutions:
Expand Down
3 changes: 0 additions & 3 deletions siapy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
from .__version__ import __version__

__all__ = ["__version__"]
18 changes: 0 additions & 18 deletions siapy/__version__.py

This file was deleted.

0 comments on commit 0af01b9

Please sign in to comment.