We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f78efca + a98989d commit 8c2ae12Copy full SHA for 8c2ae12
.github/workflows/building-deploying-docs.yml
@@ -65,7 +65,7 @@ jobs:
65
# Install EasyDiffraction Library to run Jupyter notebooks
66
# Install with the 'charts' and 'docs' extras
67
- name: Install EasyDiffraction Library and its dependencies
68
- run: pip install -r requirements.txt
+ run: python -m pip install .
69
70
# Clone assets extra from:
71
# - easyscience/assets-docs
.github/workflows/testing-tutorials.yaml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Install Python dependencies
42
shell: bash
43
- run: python -m pip install -r requirements.txt
44
45
# Check if tutorials as python scripts run without errors
46
# Run all Python scripts in the folder tutorials/ in parallel
0 commit comments