Skip to content

Commit 8c2ae12

Browse files
committed
Merge branch 'develop' into excluded-regions
2 parents f78efca + a98989d commit 8c2ae12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/building-deploying-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Install EasyDiffraction Library to run Jupyter notebooks
6666
# Install with the 'charts' and 'docs' extras
6767
- name: Install EasyDiffraction Library and its dependencies
68-
run: pip install -r requirements.txt
68+
run: python -m pip install .
6969

7070
# Clone assets extra from:
7171
# - easyscience/assets-docs

.github/workflows/testing-tutorials.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Install Python dependencies
4242
shell: bash
43-
run: python -m pip install -r requirements.txt
43+
run: python -m pip install .
4444

4545
# Check if tutorials as python scripts run without errors
4646
# Run all Python scripts in the folder tutorials/ in parallel

0 commit comments

Comments
 (0)