Skip to content

Commit 8e5ae60

Browse files
committed
update .gitignore and deploy configuration for Python 3.12
1 parent f1b4c31 commit 8e5ae60

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/deploy_gh_page.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,12 @@ jobs :
1818
- name: Set up Python
1919
uses: actions/setup-python@v2
2020
with:
21-
python-version: '3.11'
21+
python-version: '3.12'
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install sphinx sphinx-gallery sphinx-book-theme
26-
pip install -r requirements.txt
27-
git clone https://gitlab.com/openmcsquare/opentps.git
28-
pip install ./opentps
29-
pip install --upgrade pip setuptools wheel
26+
pip install opentps-core
3027
pip install tigre[cpu] # CPU-only install if available
3128
3229

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ examples/**/output/
99
*.dcm
1010
*.tps
1111
*.png
12+
*.DS_Store
1213

1314
auto_community/**
1415
!auto_community/**/*.ipynb

0 commit comments

Comments
 (0)