Browse Source

Move test_old_deps.sh to new ci dir

David Robertson 2 years ago
parent
commit
8da9e3cb69
3 changed files with 3 additions and 2 deletions
  1. 1 1
      .github/workflows/tests.yml
  2. 1 0
      MANIFEST.in
  3. 1 1
      ci/scripts/test_old_deps.sh

+ 1 - 1
.github/workflows/tests.yml

@@ -144,7 +144,7 @@ jobs:
         uses: docker://ubuntu:bionic # For old python and sqlite
         with:
           workdir: /github/workspace
-          entrypoint: .buildkite/scripts/test_old_deps.sh
+          entrypoint: ci/scripts/test_old_deps.sh
         env:
           TRIAL_FLAGS: "--jobs=2"
       - name: Dump logs

+ 1 - 0
MANIFEST.in

@@ -47,6 +47,7 @@ recursive-include changelog.d *
 prune .buildkite
 prune .circleci
 prune .github
+prune ci
 prune contrib
 prune debian
 prune demo/etc

+ 1 - 1
.buildkite/scripts/test_old_deps.sh → ci/scripts/test_old_deps.sh

@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-# this script is run by buildkite in a plain `bionic` container; it installs the
+# this script is run by GitHub Actions in a plain `bionic` container; it installs the
 # minimal requirements for tox and hands over to the py3-old tox environment.
 
 set -ex