Skip to content

Commit

Permalink
Bump bundle requirements (#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Jun 20, 2022
1 parent 2f14925 commit d6e1a91
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 72 deletions.
1 change: 1 addition & 0 deletions .github/workflows/base_test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
with:
python-version: ${{ matrix.python_version }}
cache: 'pip'
cache-dependency-path: 'requirements/requirements_pyinstaller.txt'

- name: Install ubuntu libraries
if: runner.os == 'Linux'
Expand Down
1 change: 0 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ build:
# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
- requirements: requirements/requirements_pyinstaller.txt
- requirements: requirements/requirements_dev.txt
- method: pip
Expand Down
4 changes: 0 additions & 4 deletions docs/requirements.txt

This file was deleted.

0 comments on commit d6e1a91

Please sign in to comment.