mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-09-23 22:30:43 +02:00
cache the repisitory
This commit is contained in:
@@ -60,6 +60,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.12'
|
python-version: '3.12'
|
||||||
|
|
||||||
|
- name: Cache FAA repository
|
||||||
|
id: cache-faa-repo
|
||||||
|
uses: actions/cache@v4
|
||||||
|
with:
|
||||||
|
path: data/scrape-faa-releasable-aircraft
|
||||||
|
key: faa-repo-v1
|
||||||
|
restore-keys: |
|
||||||
|
faa-repo-v1
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user