summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-01 16:57:38 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-01 16:57:38 -0700
commit2374d1be71541945d3ac65dd4f728fe32c671b95 (patch)
tree7ad0f0c47a078589114270ec6059d02f22680225 /.github
parentde97604694610032d22410b4d75c5e73fd05efcd (diff)
downloadsncontinue-2374d1be71541945d3ac65dd4f728fe32c671b95.tar.gz
sncontinue-2374d1be71541945d3ac65dd4f728fe32c671b95.tar.bz2
sncontinue-2374d1be71541945d3ac65dd4f728fe32c671b95.zip
delete poetry install from main.yaml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 2de24e18..1d0479f7 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -53,20 +53,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- - name: Set up Python
- uses: actions/setup-python@v2
- with:
- python-version: "3.8"
-
- - name: Install Poetry
- run: |
- curl -sSL https://install.python-poetry.org | python3 -
-
- - name: Install Python dependencies
- run: |
- cd continuedev
- /Users/runner/.local/bin/poetry install
-
- name: Cache extension node_modules
uses: actions/cache@v2
with: