Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
xbrianh committed Sep 3, 2024
1 parent b55ebe8 commit 83ce760
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
if [ -f requirements.txt ]; then pip install -r requirements-dev.txt; fi
pip install -r requirements-dev.txt
- name: lint
run: |
make lint
Expand All @@ -57,6 +57,11 @@ jobs:
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
pip install -r requirements-dev.txt
- name: Build
run: |
make build
Expand Down

0 comments on commit 83ce760

Please sign in to comment.