From 84ab15c9f0a4408c056b0f3de28d4f392376610d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 12 May 2020 22:27:14 -0700 Subject: Revert "Setup python." This reverts commit 9f760cefdee9dbc18e6294d78d139b629062fad7. --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f55dcb0..85d9fed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - name: Set up Python 3.8 - uses: actions/setup-python@v2 - with: - python-version: 3.8 - name: Build and test env: CMAKE_OPTIONS: -DCMARK_SHARED=OFF @@ -26,10 +22,6 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Set up Python 3.8 - uses: actions/setup-python@v2 - with: - python-version: 3.8 - name: Build and test env: CMAKE_OPTIONS: -DCMARK_SHARED=OFF @@ -44,10 +36,6 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Set up Python 3.8 - uses: actions/setup-python@v2 - with: - python-version: 3.8 - name: Build and test run: | nmake test -- cgit v1.2.3