1
0
Fork 0
mirror of synced 2024-06-02 18:44:59 +12:00

Update test.yml

This commit is contained in:
Nick Sweeting 2024-01-04 18:28:03 -08:00 committed by GitHub
parent 3840265cef
commit d23fe6a594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,13 +55,15 @@ jobs:
- uses: awalsh128/cache-apt-pkgs-action@latest - uses: awalsh128/cache-apt-pkgs-action@latest
with: with:
packages: ripgrep build-essential python3-dev python3-setuptools libssl-dev libldap2-dev libsasl2-dev zlib1g-dev libatomic1 python3-minimal gnupg2 curl wget python3-ldap python3-msgpack python3-mutagen python3-regex python3-pycryptodome procps # packages: ripgrep build-essential python3-dev python3-setuptools libssl-dev libldap2-dev libsasl2-dev zlib1g-dev libatomic1 python3-minimal gnupg2 curl wget python3-ldap python3-msgpack python3-mutagen python3-regex python3-pycryptodome procps
packages: ripgrep curl wget
version: 1.0 version: 1.0
- name: Install pip dependencies - name: Install pip dependencies
run: | run: |
python -m pip install --upgrade pip setuptools wheel pytest bottle build python -m pip install --upgrade pip setuptools wheel pytest bottle build
python -m pip install -r requirements.txt python -m pip install -r requirements.txt
python -m pip install -e .
- name: Get npm cache dir - name: Get npm cache dir
id: npm-cache id: npm-cache