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.
2 parents 220533c + 97a6534 commit 7102f91Copy full SHA for 7102f91
.github/workflows/ci-config-functions.yml
@@ -33,17 +33,13 @@ jobs:
33
path: |
34
~/.cache/pip
35
~/.cache/pypoetry
36
- key: pip-${{ hashFiles('.virtualenv.dev-requirements.txt') }}-${{ hashFiles('.virtualenv.requirements.txt') }}
37
- restore-keys: |
38
- -pip-
39
40
- name: checkout source code
41
uses: actions/checkout@v3
42
- name: set up Python
43
uses: actions/setup-python@v4
44
- name: Install Poetry
45
run: |
46
- sudo python -m pip install --upgrade pip
47
sudo python -m pip install poetry
48
49
- name: Run the scripts integration tests
0 commit comments