Skip to content

Commit

Permalink
Install project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Sep 8, 2023
1 parent 4e6642f commit 536609d
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
ref: dev/7.5.x
path: arches

- name: Check out arches-templating
uses: actions/checkout@v2
with:
repository: archesproject/arches-templating
path: arches-templating

- name: Check out afs
uses: actions/checkout@v2
with:
Expand All @@ -42,18 +36,19 @@ jobs:
with:
python-version: '3.10'

- name: Install python packages
- name: Install core arches
working-directory: arches
run: |
python -m pip install --upgrade pip
pip install .
pip install -r arches/install/requirements_dev.txt
echo Python packages installed
echo Core arches dependencies installed
- name: Install arches-templating
working-directory: arches-templating
- name: Install afs (and its dependencies)
working-directory: afs
run: |
pip install .
echo Project installed
- name: Install Java, GDAL, and other system dependencies
run: |
Expand Down

0 comments on commit 536609d

Please sign in to comment.