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 a867da7 commit 8ccb62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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,7 @@ 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
pip install -e dkist[tests]
pip install -r {env_tmp_dir}/requirements.txt
pip freeze
Expand Down

0 comments on commit 8ccb62f

Please sign in to comment.