https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 844ecbdff755561cfb463edbd64e37f5408d9447 authored by Matthew Kolopanis on 07 June 2022, 16:04:50 UTC, committed by Bryna Hazelton on 07 June 2022, 20:39:37 UTC
try using micromamba in circleci

set micromamba to the /bin

put micromamba in home, add home to path

give tar output directory

extract to / instead

give -C before file

sudo tar

remove duplicate --name

remove docker declaration from doctest

delete unnecessary line

have doctest run on ubuntu

use login shell; try to init

add init after the install

replace pathing with evals because those are fun

some dangling ./bin's

try using micromamba docker

explicit - in image

no sudo

remove install gcc g++ curl installs

install gcc and gxx from conda

install gcc and gxx into environment

add executor, add shebang to ci config script

remove hanging docker tab

remove pipefail from shell script

add set back

try ignoring bash script

try initing the shell early

different mamba config

set entrypoint for docker image

try using build int activate shell script

try explicitly activating again

source the activate script

explicitly declare -n 2 for xdist

return to the linux macine, add activate env script to repo


use which not an env variable for activate script
1 parent d91c7a3
History
Tip revision: 844ecbdff755561cfb463edbd64e37f5408d9447 authored by Matthew Kolopanis on 07 June 2022, 16:04:50 UTC
change setup-miniconda to use mamba instead
Tip revision: 844ecbd
File Mode Size
.circleci
.github
ci
docs
pyuvdata
scripts
.codecov.yml -rw-r--r-- 124 bytes
.coveragerc -rw-r--r-- 158 bytes
.gitignore -rw-r--r-- 981 bytes
.pre-commit-config.yaml -rw-r--r-- 1.0 KB
.readthedocs.yml -rw-r--r-- 601 bytes
CHANGELOG.md -rw-r--r-- 43.2 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.5 KB
LICENSE -rw-r--r-- 1.3 KB
MANIFEST.in -rw-r--r-- 296 bytes
README.md -rw-r--r-- 12.8 KB
environment.yaml -rw-r--r-- 451 bytes
paper.bib -rw-r--r-- 3.9 KB
paper.md -rw-r--r-- 1.9 KB
pyproject.toml -rw-r--r-- 206 bytes
setup.cfg -rw-r--r-- 837 bytes
setup.py -rw-r--r-- 5.0 KB

README.md

back to top