Skip to content

Commit

Permalink
CI changes for new installation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tjakobi committed Mar 10, 2023
1 parent 9ab1901 commit 6530020
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_circtools_detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
with:
cache-version: 1
extra-packages: |
local::contrib/circtest
local::contrib/primex
local::circtools/contrib/circtest
local::circtools/contrib/primex
- name: Checking library loading
run: Rscript -e 'library(primex)'
- name: Set up Python
Expand All @@ -62,7 +62,7 @@ jobs:
which circtools
- name: Downloading circtools detect test data
run: |
wget https://arizona.box.com/shared/static/3xr9wmu2rq2i240leh5rothntgkmgzq3.bz2 -O circtools_detect_ci_input_data.tar.bz2
wget https://links.jakobilab.org/circtools_github_test_data -O circtools_detect_ci_input_data.tar.bz2
tar xvf circtools_detect_ci_input_data.tar.bz2
- name: Running circtools detect with minimal data set
run: |
Expand Down

0 comments on commit 6530020

Please sign in to comment.