diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2020-05-12 22:27:14 -0700 | 
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2020-05-12 22:27:14 -0700 | 
| commit | 84ab15c9f0a4408c056b0f3de28d4f392376610d (patch) | |
| tree | 64d3ccc9c4c282496f8681b5a753fccc09553ba5 /.github/workflows | |
| parent | 9f760cefdee9dbc18e6294d78d139b629062fad7 (diff) | |
Revert "Setup python."
This reverts commit 9f760cefdee9dbc18e6294d78d139b629062fad7.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 12 | 
1 files changed, 0 insertions, 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  | 
