Skip to content

Commit 7102f91

Browse files
authored
Merge pull request #2698 from OSInside/fix_config_functions_action
Fix config functions action
2 parents 220533c + 97a6534 commit 7102f91

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci-config-functions.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,13 @@ jobs:
3333
path: |
3434
~/.cache/pip
3535
~/.cache/pypoetry
36-
key: pip-${{ hashFiles('.virtualenv.dev-requirements.txt') }}-${{ hashFiles('.virtualenv.requirements.txt') }}
37-
restore-keys: |
38-
-pip-
3936
4037
- name: checkout source code
4138
uses: actions/checkout@v3
4239
- name: set up Python
4340
uses: actions/setup-python@v4
4441
- name: Install Poetry
4542
run: |
46-
sudo python -m pip install --upgrade pip
4743
sudo python -m pip install poetry
4844
4945
- name: Run the scripts integration tests

0 commit comments

Comments
 (0)