Skip to content

Commit

Permalink
GH actions updates with new reqs files
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Sep 1, 2023
1 parent 6689970 commit f9e7b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements/ubuntu-latest_py3.10.txt
pip install -r requirements-optional.txt
pip install -r requirements/ubuntu-latest_py3.10_extras.txt
pip install -e .
pip install -r requirements-docs.txt
- name: Generate changelog
uses: charmixer/auto-changelog-action@v1
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install -r requirements-optional.txt
pip install -r requirements-docs.txt
pip install -e .[docs]
- name: Build
run: mkdocs build

0 comments on commit f9e7b13

Please sign in to comment.