Move __future__
interpolation into interpolation.py
#318
This file contains hidden or 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: Test pull request | |
on: | |
pull_request: | |
jobs: | |
test: | |
uses: ./.github/workflows/core.yml | |
with: | |
source_ref: ${{ github.head_ref }} | |
target_branch: ${{ github.base_ref }} | |
# Only run macOS tests if the PR is labelled 'macOS' | |
test_macos: ${{ contains(github.event.pull_request.labels.*.name, 'macOS') }} | |
secrets: inherit |