Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd committed Jun 11, 2024
1 parent 32ec5fc commit 85c3070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-quilt3-admin-codegen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version-file: '.python-version'
python-version-file: 'api/python/quilt3-admin/.python-version'
cache: 'pip'
cache-dependency-path: 'requirements.txt'
cache-dependency-path: 'api/python/quilt3-admin/requirements.txt'
- run: pip install -r requirements.txt
- run: rm -r ../quilt3/admin/_graphql_client
- run: ariadne-codegen
Expand Down

0 comments on commit 85c3070

Please sign in to comment.