File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1313jobs :
1414 check-dependencies :
1515 # Filter out Draft Pull Requests
16- if : github.event.pull_request.draft == false
16+ # if: github.event.pull_request.draft == false #TODO: Reenable this once testing is completed
1717 runs-on : ubuntu-latest
18+ container : qctrl/ci-images:python-3.11-ci
1819 steps :
1920 - uses : actions/checkout@v4
20- - name : Ensure no development packages have been set
21- run : |
22- source <(curl -sL http://ci.q-ctrl.com)
23- ./ci docker run qctrl/ci-images:python-3.11-ci /scripts/check-for-internal-versions.sh
21+ - uses : qctrl/reusable-workflows/github/actions/common/check-internal-versions@add_check_dependencies_on_internal_versions # TODO: Change to master @version
22+
2423 linting :
2524 # Filter out PRs originating from this repository (triggers on-push.yml instead)
2625 if : github.event.pull_request.head.repo.fork == true
You can’t perform that action at this time.
0 commit comments