mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
ci: checkout before reading dependencies file
This commit is contained in:
parent
67c8c78426
commit
4a56d535ca
8
.github/workflows/main.yaml
vendored
8
.github/workflows/main.yaml
vendored
@ -30,6 +30,10 @@ jobs:
|
||||
fail-fast: false
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-python@v5
|
||||
- name: Update package list
|
||||
run: sudo apt-get -y update
|
||||
- name: Install OS packages
|
||||
@ -40,10 +44,6 @@ jobs:
|
||||
run: sudo dpkg-divert --rename --add /usr/lib/$(py3versions -d)/EXTERNALLY-MANAGED
|
||||
- name: Install pip packages
|
||||
run: pip3 install $(cat dependencies/pip.txt)
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-python@v5
|
||||
- uses: pre-commit/action@v3.0.1
|
||||
env:
|
||||
SPEC_VENDOR: Github Actions
|
||||
|
Loading…
Reference in New Issue
Block a user