summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-05-19 01:11:41 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-05-19 01:11:41 -0700
commite4dfeba87437d7ae129357a2c2ea2f30109b305d (patch)
tree6d7974e09d9afd135f873bc1d47fbba91f2ca698 /.github
parentee588dbb35e986a2f859ff75504331cdf5e0b5f2 (diff)
downloadisort-e4dfeba87437d7ae129357a2c2ea2f30109b305d.tar.gz
Check if windows install special step is needed
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6f76561e..ae8edb54 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,12 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v2
-
- - name: Install Poetry Windows
- if: matrix.os == 'windows-latest'
- run: |
- curl -O -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
- python get-poetry.py
- name: Ubuntu cache
uses: actions/cache@v1
if: startsWith(matrix.os, 'ubuntu')