Skip to content

Commit

Permalink
running again with proper comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayanta008 committed Apr 11, 2024
1 parent 0c899d8 commit 6293181
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dev_cloudrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:

- name: Install Python and dependencies
run: |
# sudo apt update
# sudo apt install python3.11 pipx
# python3.11 --version
# pipx install Flask
ls-lrt && source venv/bin/activate && pip3 install flask
#sudo apt update
#sudo apt install python3.11 pipx
#python3.11 --version
#pipx install Flask
ls-lrt && source venv/bin/activate && pip3 install flask
- name: Run unit test
run: python3 -m unittest discover -s tests
Expand Down

0 comments on commit 6293181

Please sign in to comment.