Skip to content

Commit

Permalink
chore: simplify CI yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Feb 20, 2024
1 parent edad275 commit 68486fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
- run: |
cd docs/
uv v && . .venv/bin/activate
uv pip install -r requirements.txt
make build
make install build
job_deploy:
# deploy only on the "stable" branch
if: ${{ github.ref == 'refs/heads/stable' }}
Expand All @@ -35,5 +34,4 @@ jobs:
- run: |
cd docs/
uv v && . .venv/bin/activate
uv pip install -r requirements.txt
make deploy
make install deploy
3 changes: 1 addition & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ jobs:
- name: Do linting
run: |
uv v && . .venv/bin/activate
uv pip install -r requirements.txt
make ci-check
make install ci-check
2 changes: 1 addition & 1 deletion .github/workflows/syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
include:
- build: 4126
- build: 4114
packages: master
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 68486fc

Please sign in to comment.