Skip to content

Commit

Permalink
fixing actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aceisace committed Jun 3, 2023
1 parent fc5c80e commit 3b7bffd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Clone repo
run: |
git clone --single-branch https://github.com/aceinnolab/Inkycal
- name: Creating virtual environment and install dependencies
- name: Creating virtual environment generate docs and install dependencies
run: |
cd Inkycal
echo "$PWD"
Expand All @@ -29,9 +29,6 @@ jobs:
python -m pip install --upgrade pip
pip install wheel
pip install -e ./
- name: generate docs
run: |
python -m pip install sphinx sphinx-autobuild
cd docsource && make html
make github
cd ..
Expand Down

0 comments on commit 3b7bffd

Please sign in to comment.