Skip to content

Commit

Permalink
Update test_automation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoHeidweiler authored Jul 14, 2024
1 parent 2e1567f commit 9360c73
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
- name: Install Python dependencies
run: |
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"
- name: Install dependencies
run: |
poetry install
python -m pip install --upgrade pip
pip install poetry
poetry install # Ensure all dependencies are installed
- name: Lint python code with flake8
run: |
Expand Down

0 comments on commit 9360c73

Please sign in to comment.