Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
show directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciabriseno committed Nov 27, 2023
1 parent 7d3ae38 commit dd54eaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
cd monorepo/api
python -m pip install -r requirements.txt
python -m flask --version
python -m flask --app main run --debug
echo $PWD
which python
python -c "import main"
- name: Make sure package can be built
run: |
Expand Down

0 comments on commit dd54eaa

Please sign in to comment.