Remove srcs_version
and python_version
attributes, as they already default to "PY3"
#641
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
on: [pull_request] | |
jobs: | |
run_tests_job: | |
runs-on: ubuntu-latest | |
name: run_tests | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Run tests | |
uses: ./ # Uses an action in the root directory | |
id: run_tests |