Skip to content

Commit

Permalink
now run the no-extras with the existing cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Epstein committed May 19, 2024
1 parent 4fe320a commit c6f1c19
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@ jobs:
- name: Run list
run: poetry run pip list

# project-ci2:
# runs-on: ubuntu-latest
# permissions:
# contents: 'read'
# id-token: 'write'
# steps:
# - name: Checkout
# uses: actions/checkout@v3

# - name: Install Poetry
# run: pipx install poetry==1.6.1
# shell: bash

# - uses: actions/setup-python@v4
# with:
# python-version: 3.10.9
# cache: poetry

# - name: Install Dev/Test Dependencies
# run: poetry install

# - name: Run list
# run: poetry run pip list
project-ci2:
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install Poetry
run: pipx install poetry==1.6.1
shell: bash

- uses: actions/setup-python@v4
with:
python-version: 3.10.9
cache: poetry

- name: Install Dev/Test Dependencies
run: poetry install

- name: Run list
run: poetry run pip list


0 comments on commit c6f1c19

Please sign in to comment.