Skip to content

Commit

Permalink
added flask installation dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayanta008 committed Apr 11, 2024
1 parent ecfc91f commit 1ee1955
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev_cloudrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,12 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v2

- name: Install Python 3.11
- name: Install Python and dependencies
run: |
sudo apt update
sudo apt install python3.11
python3.11 --version
pip3 install Flask
- name: Run unit test
run: python3 -m unittest discover -s tests
Expand Down

0 comments on commit 1ee1955

Please sign in to comment.