Skip to content

Commit

Permalink
TMP: dev downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Mar 27, 2024
1 parent e10fd49 commit f08b3f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ allowlist_externals =
extras =
commands_pre =
bash -c "pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
git clone https://github.com/BAMWelDX/weldx.git
git clone https://github.com/braingram/weldx.git -b schema_cleanup
pip install -e weldx[test,media]
pip install -r {env_tmp_dir}/requirements.txt
pip freeze
Expand Down Expand Up @@ -330,7 +330,9 @@ allowlist_externals =
extras =
commands_pre =
bash -c "pip freeze -q | grep 'asdf @' > {env_tmp_dir}/requirements.txt"
git clone https://github.com/DKISTDC/dkist.git
git clone https://github.com/braingram/dkist.git -b schema_cleanup
git clone https://github.com/sunpy/sunpy.git
pip install -e sunpy[tests,all]
pip install -e dkist[tests]
pip install -r {env_tmp_dir}/requirements.txt
pip freeze
Expand Down

0 comments on commit f08b3f2

Please sign in to comment.