Skip to content

Commit

Permalink
Merge pull request #357 from sbrunner/c2cciutils-upgrade
Browse files Browse the repository at this point in the history
CI updates
  • Loading branch information
sbrunner authored Oct 2, 2024
2 parents d59f76f + 3e09840 commit 1bb5aed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
- run: docker system prune --all --force
- uses: actions/checkout@v4

- run: echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
- run: python3 -m pip install --user --requirement=ci/requirements.txt
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: python3 -m pip install --requirement=ci/requirements.txt

- uses: actions/cache@v4
with:
Expand All @@ -51,8 +53,7 @@ jobs:
GITHUB_EVENT: ${{ toJson(github) }}

- run: >
python3 -m pip install --user --requirement=requirements.txt &&
poetry install
python3 -m pip install --requirement=requirements.txt && poetry install
- run: poetry run prospector --output=pylint bashcolor

Expand Down

0 comments on commit 1bb5aed

Please sign in to comment.