We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. I'm trying to execute sample workflow via Act, but getting error about missing request module.
name: Sample workflow on: pull_request: branches: - master jobs: generate-matrix: name: Generate job matrices runs-on: ubuntu-latest outputs: matrix-python-lib: ${{ steps.neo-python.outputs.matrix }} steps: - name: Generate matrix | Infrastructure id: neo-python uses: hellofresh/action-changed-files@v3 with: pattern: ^\w+/python/(?P<environment>[^/]+) default-patterns: | schellar/python
[Sample workflow/Generate job matrices] 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/neo-python-composite-neo.sh] user= workdir= | Traceback (most recent call last): | File "/var/run/act/actions/hellofresh-action-changed-files@v3/neo/neo.py", line 8, in | import requests | ModuleNotFoundError: No module named 'requests'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi.
I'm trying to execute sample workflow via Act, but getting error about missing request module.
[Sample workflow/Generate job matrices] 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/neo-python-composite-neo.sh] user= workdir=
| Traceback (most recent call last):
| File "/var/run/act/actions/hellofresh-action-changed-files@v3/neo/neo.py", line 8, in
| import requests
| ModuleNotFoundError: No module named 'requests'
The text was updated successfully, but these errors were encountered: