remove --dev for now from poetry install

This commit is contained in:
Kenneth Kehl
2023-08-31 11:12:16 -07:00
parent 062675ad9b
commit bc956c3dac

View File

@@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: ./.github/actions/setup-project - uses: ./.github/actions/setup-project
- name: Install poetry packages - name: Install poetry packages
run: poetry install --dev run: poetry install
- name: Validate NewRelic config - name: Validate NewRelic config
env: env:
NEW_RELIC_LICENSE_KEY: ${{ secrets.NEW_RELIC_LICENSE_KEY }} NEW_RELIC_LICENSE_KEY: ${{ secrets.NEW_RELIC_LICENSE_KEY }}