Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
hipek8 committed Dec 13, 2024
1 parent 8bd3c03 commit 22d9fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ jobs:
env:
DEBIAN_FRONDEND: NONINTERACTIVE

- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
python-version: 3.8.18

- name: Upgrade pip
run: pip3 install -U pip
Expand Down

0 comments on commit 22d9fa3

Please sign in to comment.