Fixes django project with a local venv treating all the apps inside site-packages as normal apps #165
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tests | |
concurrency: | |
group: django-squash-${{ github.head_ref }} | |
cancel-in-progress: true | |
on: | |
pull_request: | |
branches: | |
- "**" | |
jobs: | |
django-squash: | |
name: Tests | |
uses: ./.github/workflows/_tests.yml | |
secrets: inherit | |
with: | |
ref: ${{ github.ref }} |