Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OpenNMT/CTranslate2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Klein <guillaumekln@users.noreply.github.com>2021-10-19 12:52:47 +0300
committerGitHub <noreply@github.com>2021-10-19 12:52:47 +0300
commitd7fecc06b524f99f26be09f0ed8ea4c88451a92f (patch)
tree67d2530ff3510e73b7f6c0940525e8f837dbebc9 /.github
parent75915a960e7f84b87ba2ced42a15edc001c6c7da (diff)
Remove unnecessary step in CI (#592)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1f1835ff..f67291cd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -167,11 +167,6 @@ jobs:
with:
submodules: recursive
- - name: Set up Python 3.6
- uses: actions/setup-python@v2
- with:
- python-version: 3.6
-
- name: Build wheels
uses: pypa/cibuildwheel@v2.1.3
with: