Skip to content

Commit

Permalink
[ci] use download-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
digikar99 committed Apr 24, 2024
1 parent 1c29e7e commit dfd1242
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,23 @@ jobs:
pip3 install networkx
pip3 install matplotlib
- name: download-tests
- name: Download download-dependencies
run: |
git clone https://github.com/digikar99/download-dependencies $HOME/quicklisp/local-projects/download-dependencies
- name: Download Tests
run: |
git clone https://github.com/digikar99/py4cl2-tests ./tests
pwd
ls -l
- name: Download Test Dependencies
run: >
cl --eval '(ql:quickload "download-dependencies")' \
--eval '(in-package :download-dependencies)' \
--eval '(push #P"./" ql:*local-project-directories*)' \
--eval '(let ((*dependencies-home* (first ql:*local-project-directories*))) (ensure-system "py4cl2-tests"))'
- name: Set up directory with exotic name
run: |
ls -l $HOME/bin/
Expand Down

0 comments on commit dfd1242

Please sign in to comment.