Skip to content

Commit

Permalink
🧪 PIP_COMPILE_DISABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Dec 20, 2023
1 parent cd8106e commit 536e949
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
env:
PIP_COMPILE_DISABLE: true
steps:
- name: Set up Github Workspace
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ matrix.name }}-${{ github.ref }}
cancel-in-progress: true
env:
PIP_COMPILE_DISABLE: true
steps:
- name: Set up Github Workspace
uses: actions/checkout@v4
Expand Down

0 comments on commit 536e949

Please sign in to comment.