Skip to content

Commit

Permalink
check which python
Browse files Browse the repository at this point in the history
  • Loading branch information
glass-ships committed Jan 7, 2025
1 parent 3bfbfa0 commit fb19c82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ jobs:
miniforge-version: latest
environment-file: environment.yml

# - name: Install Dependencies
# run: pip install .[dev]
- name: Install Dependencies
run: pip install .[dev]

- name: Build Documentation
run: make docs
run: |
which python
make docs
- name: Deploy to gh-pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
1 change: 1 addition & 0 deletions reduction/lr_reduction/_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "2.2.0.dev22"

0 comments on commit fb19c82

Please sign in to comment.