diff --git a/.github/workflows/ms5.yaml b/.github/workflows/ms5.yaml index bddaab9..326c0ec 100644 --- a/.github/workflows/ms5.yaml +++ b/.github/workflows/ms5.yaml @@ -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 diff --git a/Backend/requirements.txt b/Backend/requirements.txt index c7366ab..f0b9a8a 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -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