File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8686 # not the project itself", which is what you want to avoid caching _your_
8787 # code. The `if` statement ensures this only runs on a cache miss.
8888 - name : 🎭 Install 🧾 Dependencies
89- run : scripts/run-poetry.sh install --no-interaction --no-root
89+ run : scripts/run-poetry.sh install --no-interaction --no-root --verbose
9090 if : steps.cache-deps.outputs.cache-hit != 'true'
9191
9292 # Now install _your_ project. This isn't necessary for many types of
9595 # that if you add things like console-scripts at some point that they'll
9696 # be installed and working.
9797 - name : 🎭 Install 🛖 project
98- run : scripts/run-poetry.sh install --no-interaction
98+ run : scripts/run-poetry.sh install --no-interaction --verbose
9999
100100 # And finally run the tests.
101101 - name : 🧪🎭 Run Tests
You can’t perform that action at this time.
0 commit comments