Skip to content

Commit

Permalink
Fix update-types pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymclean committed Jun 7, 2024
1 parent 750db2c commit 4e46259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-types.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e46259

Please sign in to comment.