Skip to content

Commit

Permalink
Merge pull request #2698 from OSInside/fix_config_functions_action
Browse files Browse the repository at this point in the history
Fix config functions action
  • Loading branch information
Conan-Kudo authored Dec 19, 2024
2 parents 220533c + 97a6534 commit 7102f91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci-config-functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,13 @@ jobs:
path: |
~/.cache/pip
~/.cache/pypoetry
key: pip-${{ hashFiles('.virtualenv.dev-requirements.txt') }}-${{ hashFiles('.virtualenv.requirements.txt') }}
restore-keys: |
-pip-
- name: checkout source code
uses: actions/checkout@v3
- name: set up Python
uses: actions/setup-python@v4
- name: Install Poetry
run: |
sudo python -m pip install --upgrade pip
sudo python -m pip install poetry
- name: Run the scripts integration tests
Expand Down

0 comments on commit 7102f91

Please sign in to comment.