diff --git a/.github/workflows/update-types.pkl b/.github/workflows/update-types.pkl index 222e1ed..bc6d989 100644 --- a/.github/workflows/update-types.pkl +++ b/.github/workflows/update-types.pkl @@ -35,7 +35,7 @@ jobs = new Mapping { new CommandStep { name = "Install dependencies" run = """ - pip install -r requirements.txt + pip install -r type-generator/requirements.txt """ } new CommandStep { diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index b4da0b6..b9222c6 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -21,7 +21,7 @@ jobs: with: python-version: '3.11' - name: Install dependencies - run: pip install -r requirements.txt + run: pip install -r type-generator/requirements.txt - name: Build new types run: python type-generator/main.py - id: date