summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFrank Elias <francois.elias@livio.io>2020-11-09 14:19:21 -0500
committerFrank Elias <francois.elias@livio.io>2020-11-09 14:19:21 -0500
commit99f8653e4a14a69ccb419112a277691fbb8d94ec (patch)
tree35f9aef6e15214c2922d8f2cf2a9dbe4ad3ebbde /.github
parentbe9c3a069854f2efd736521e997c73ce893bb1a1 (diff)
downloadsdl_ios-99f8653e4a14a69ccb419112a277691fbb8d94ec.tar.gz
Remove step from CI test
Remove step from CI test
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 606cda3f7..88f49c50c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -86,10 +86,10 @@ jobs:
fail-fast: false
steps:
# - uses: actions/checkout@v2
- - name: Setup Python
- uses: actions/setup-python@v2
- with:
- python-version: '3.8'
+# - name: Setup Python
+# uses: actions/setup-python@v2.3.1
+# with:
+# python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip