We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa6d91 commit aef0a0bCopy full SHA for aef0a0b
.github/workflows/main.yml
@@ -49,14 +49,14 @@ jobs:
49
- uses: actions/checkout@v3
50
- name: Install Python With Cached pip Packages
51
if: needs.Envvars.outputs.do_cache == '1'
52
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
53
with:
54
python-version: ${{ matrix.python-version }}
55
cache: 'pip'
56
cache-dependency-path: '**/requirements*.txt'
57
- name: Install Python, no cache
58
if: needs.Envvars.outputs.do_cache == '0'
59
60
61
62
- run: pip install -r requirements-ci.txt -q
0 commit comments