Skip to content

Commit

Permalink
dependcies added
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitafedik committed Oct 10, 2024
1 parent 38e77ab commit e165c4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sphinx-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx sphinx_rtd_theme sphinx_autodoc_typehints
pip install sphinx sphinx_rtd_theme sphinx_autodoc_typehints
pip install ase numpy h5py
- name: Set Python Path
run: |
echo "PYTHONPATH=$(pwd)/alframework" >> $GITHUB_ENV
Expand Down

0 comments on commit e165c4d

Please sign in to comment.