Skip to content

Commit

Permalink
Merge pull request #63 from KukovecRok/main
Browse files Browse the repository at this point in the history
Update workflow
  • Loading branch information
firefly-cpp authored Oct 2, 2023
2 parents c302038 + ac781a3 commit 4d964fc
Show file tree
Hide file tree
Showing 3 changed files with 909 additions and 740 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.9"
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
Loading

0 comments on commit 4d964fc

Please sign in to comment.