Skip to content

Commit

Permalink
Update python-app-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SatinWukerORIG authored Sep 12, 2023
1 parent 9efb019 commit 3cc9cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: "3.8"
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 3cc9cbc

Please sign in to comment.