Skip to content

Commit

Permalink
Merge pull request mishasinitcyn#9 from mishasinitcyn/fix-workflow-er…
Browse files Browse the repository at this point in the history
…rors

Fix workflow errors
  • Loading branch information
armanmoztar committed Oct 23, 2023
2 parents ed42083 + 3ac693b commit e35b810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ pandas==2.1.1
scikit-learn==1.3.1
Flask==3.0.0
Flask-cors==4.0.0
pylint==3.0.2

0 comments on commit e35b810

Please sign in to comment.