Skip to content

Commit

Permalink
πŸ’š Disable linting and upgrade github actions (#19)
Browse files Browse the repository at this point in the history
* ♻️ Attempt installation with uv

* πŸ’š Comment out linting

* ♻️ Regular pip install

* Remove cache

Signed-off-by: zethson <lukas.heumos@posteo.net>

* Use -e

Signed-off-by: zethson <lukas.heumos@posteo.net>

* Use --user

Signed-off-by: zethson <lukas.heumos@posteo.net>

* Use --user

Signed-off-by: zethson <lukas.heumos@posteo.net>

* Use cd

Signed-off-by: zethson <lukas.heumos@posteo.net>

* laminci

Signed-off-by: zethson <lukas.heumos@posteo.net>

* laminci

Signed-off-by: zethson <lukas.heumos@posteo.net>

* Revert to pip

Signed-off-by: zethson <lukas.heumos@posteo.net>

---------

Signed-off-by: zethson <lukas.heumos@posteo.net>
Co-authored-by: zethson <lukas.heumos@posteo.net>
  • Loading branch information
falexwolf and Zethson authored May 2, 2024
1 parent f6ee171 commit 6ee7302
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@ jobs:
timeout-minutes: 10

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/checkout@v3

- uses: actions/checkout@v4
with:
repository: laminlabs/lndocs
ssh-key: ${{ secrets.READ_LNDOCS }}
path: lndocs
ref: main
- uses: actions/setup-python@v4

- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: ".github/workflows/build.yml"
- name: cache pre-commit
uses: actions/cache@v3
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}
- run: pip install -U laminci
- run: nox -s lint
# - run: nox -s lint
- run: nox -s build
- uses: nwtgck/actions-netlify@v1.2
with:
Expand Down

0 comments on commit 6ee7302

Please sign in to comment.