mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 04:31:49 +02:00
update github python actions and use pip cache
This commit is contained in:
parent
7a51fb9640
commit
772eb4bc84
1 changed files with 3 additions and 2 deletions
5
.github/workflows/test-docs.yml
vendored
5
.github/workflows/test-docs.yml
vendored
|
@ -65,11 +65,12 @@ jobs:
|
|||
database: sqlite
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: 'pip'
|
||||
- name: Change dependencies to minimal supported versions
|
||||
run: sed -i -e 's/>=/==/g; s/~=.*==\(.*\)/==\1/g; s/~=/==/g;' setup.cfg
|
||||
if: matrix.dependencies == 'minimal'
|
||||
|
|
Loading…
Reference in a new issue