isee dev logs #33
Replies: 1 comment
-
|
Both of these were solved using in this claude AI conversation: https://claude.ai/share/72bdea2c-4220-4812-8723-377f68b43e03 Pytest Not Ignoring Specified FoldersProblem: When using Solution: Enhanced the pytest action to use multiple exclusion mechanisms:
This combination properly prevents pytest from discovering and importing modules in the ignored directories. Issue 2: Version Number Not Captured in GitHub ActionsProblem: A GitHub Action trying to capture the output of a Python function using shell command substitution (
Solution: Implemented a multi-faceted approach:
This approach creates a cleaner, more reliable workflow that works with GitHub Actions' execution model. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
(Sounds like "I see dead people", but wasn't done on purposed.)
Here's a place to make notes about some dev choices, or things that were done, when we want to have a linkable trace as to the why/how.
Beta Was this translation helpful? Give feedback.
All reactions