Skip to content

Commit

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

0 comments on commit 0534965

Please sign in to comment.