From 83600b948d545905fcf8d81f18a4ff5bfd1147ec Mon Sep 17 00:00:00 2001 From: Nikita Titov Date: Mon, 3 Jan 2022 04:32:22 +0300 Subject: [PATCH] continue --- .github/workflows/gh_pages.yml | 2 +- .github/workflows/main.yml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/gh_pages.yml b/.github/workflows/gh_pages.yml index 34c5afd5..9415c95d 100644 --- a/.github/workflows/gh_pages.yml +++ b/.github/workflows/gh_pages.yml @@ -3,7 +3,7 @@ name: Deploy Docs to GitHub Pages on: push: branches: - - master + - py310 jobs: build-and-deploy-docs: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 419b6172..9e78facd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,9 +39,6 @@ jobs: - os: windows-latest python_version: '3.9' python_arch: x86 - - os: windows-latest - python_version: '3.10' - python_arch: x86 container: ${{ matrix.os == 'ubuntu-latest' && 'quay.io/pypa/manylinux2014_x86_64' || '' }} steps: - name: Checkout repository