Skip to content

Commit

Permalink
Attempt local validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Aug 7, 2023
1 parent 8b43905 commit a8b7c8e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,27 @@ jobs:
.github/utils/wait_for_it.sh localhost:3213 -t 120
sleep 15
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
cache-dependency-path: |
requirements*.txt
- name: Install tools
run: |
python -m pip install --upgrade pip
pip install -U setuptools wheel
pip install -e .
pip install -r requirements.txt
pip install -r requirements-server.txt
pip install -r requirements-dev.txt
- name: Test local validator
run: |
optimade-validator -vv http://localhost:3213/v1
- name: Test server, including OPTIONAL base URLs
uses: Materials-Consortia/optimade-validator-action@v2
with:
Expand Down

0 comments on commit a8b7c8e

Please sign in to comment.