Skip to content

Conversation

@Dislevekanku
Copy link
Owner

Summary

  • add GitHub Actions workflow to install dependencies, run flake8, and build Docker image

Testing

  • git ls-files '*.py' | tr '\n' '\0' | xargs -0 python -m py_compile (fails: invalid character in AI_Career_coach/file.py)
  • git ls-files '*.py' | grep -v 'AI_Career_coach/file.py' | tr '\n' '\0' | xargs -0 python -m py_compile
  • pip install pyyaml (fails: 403 Forbidden)

https://chatgpt.com/codex/tasks/task_e_68be170508348325a8e110b8ab9dd7e4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants