summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2021-07-19 17:21:31 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2021-07-19 17:21:31 -0700
commitd5ce6f886d5de4662857956c8fa91cb2c04c8a20 (patch)
tree58f18fdb8471437404211edf4ea739e890b48c8f /.github/workflows
parenta2400aa217534af2f4e8ac1190bf200527d7a8c9 (diff)
downloadscons-git-d5ce6f886d5de4662857956c8fa91cb2c04c8a20.tar.gz
Simplify updates for experimental flow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/experimental_tests.yml26
1 files changed, 13 insertions, 13 deletions
diff --git a/.github/workflows/experimental_tests.yml b/.github/workflows/experimental_tests.yml
index 2df5c890b..ecc5f7fa5 100644
--- a/.github/workflows/experimental_tests.yml
+++ b/.github/workflows/experimental_tests.yml
@@ -25,16 +25,16 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- - name: Set up Python 3.8
- uses: actions/setup-python@v2
- with:
- python-version: 3.8
- - name: Install dependencies including ninja
- run: |
- python -m pip install --upgrade pip setuptools wheel
- python -m pip install ninja
- # if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- # sudo apt-get update
- - name: Test experimental packages
- run: |
- python runtest.py test/import.py test/ninja
+ - name: Set up Python 3.8
+ uses: actions/setup-python@v2
+ with:
+ python-version: 3.8
+ - name: Install dependencies including ninja
+ run: |
+ python -m pip install --upgrade pip setuptools wheel
+ python -m pip install ninja
+ # if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ # sudo apt-get update
+ - name: Test experimental packages
+ run: |
+ python runtest.py test/import.py test/ninja