Skip to content

Commit

Permalink
πŸ’š Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Aug 22, 2024
1 parent db3bd0c commit 3a8f57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-central-1
- run: pip install "laminci@git+https://x-access-token:${{ secrets.GH_LAMIN_BUILD_DOCS }}@github.com/laminlabs/laminci"
- run: pip install "laminci@git+https://x-access-token:${{ secrets.LAMIN_BUILD_DOCS }}@github.com/laminlabs/laminci"
- run: sudo apt-get -y install graphviz
- run: nox -s lint
- run: nox -s build
Expand Down

0 comments on commit 3a8f57c

Please sign in to comment.