Skip to content

Commit

Permalink
MAINT: Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtage committed May 18, 2022
1 parent 1f76865 commit 7176c03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ freebsd_instance:

task:
install_script: . ./ci/cirrus-install.sh
script: echo $PWD && python -c "import randomgen; randomgen.test()"
script: mkdir test_dir && cd test_dir && echo $PWD && python -c "import randomgen; randomgen.test()"


4 changes: 1 addition & 3 deletions ci/cirrus-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ pkg install -y python39 py39-numpy py39-cython wget git
python3.9 -m ensurepip --upgrade
python3.9 -m pip install wheel setuptools_scm[toml] pytest
python3.9 -m pip list
git fetch --tags
python3.9 -m pip install -e . --no-build-isolation
mkdir test-dir
pushd test-dir
echo $PWD

0 comments on commit 7176c03

Please sign in to comment.