- Commit
- 84ab15c9f0a4408c056b0f3de28d4f392376610d
- Parent
- 9f760cefdee9dbc18e6294d78d139b629062fad7
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Revert "Setup python."
This reverts commit 9f760cefdee9dbc18e6294d78d139b629062fad7.
My personal build of CMark ✏️
Revert "Setup python."
This reverts commit 9f760cefdee9dbc18e6294d78d139b629062fad7.
1 file changed, 0 insertions, 12 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | .github/workflows/ci.yml | 12 | 0 | 12 |
diff --git 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