Skip to content

Commit

Permalink
update project toml, fix broken workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MFA-X-AI committed Jan 25, 2024
1 parent 2961a4f commit 5ae0e8f
Show file tree
Hide file tree
Showing 3 changed files with 271 additions and 272 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-workflow-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
FULL_PATH="${COMPONENT_LIBRARY_PATH}/${file}"
if [ -f "$FULL_PATH" ]; then
WORKFLOW_LOG_FILE="${FULL_PATH%.*}_workflow_log.txt"
echo "Processing $FULL_PATH..." | tee -a $LOG_FILE
echo "\n\nProcessing $FULL_PATH..." | tee -a $LOG_FILE
xircuits compile $FULL_PATH "${FULL_PATH%.*}.py" 2>&1 | tee -a $LOG_FILE
python "${FULL_PATH%.*}.py" 2>&1 | tee -a $WORKFLOW_LOG_FILE
LAST_LINE=$(tail -n 1 "$WORKFLOW_LOG_FILE")
Expand Down
Loading

0 comments on commit 5ae0e8f

Please sign in to comment.