Skip to content
New issue

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

Missing request module #37

Open
Jozefiel opened this issue Aug 11, 2023 · 0 comments
Open

Missing request module #37

Jozefiel opened this issue Aug 11, 2023 · 0 comments

Comments

@Jozefiel
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant