Skip to content

Commit

Permalink
redid the requirements & yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kek20009 committed Oct 31, 2024
1 parent ad0fb15 commit 3f9b45d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ms5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: self-hosted # or ubuntu-latest
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.10"]

steps:
#Checkout code
Expand Down
2 changes: 1 addition & 1 deletion Backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ requests==2.26.0
pandas==1.3.4
pytest==7.2.1
flask_cors==3.0.10
Werkzeug==2.1.3
#Werkzeug==2.1.3

0 comments on commit 3f9b45d

Please sign in to comment.