Skip to content

Commit

Permalink
debug changes4
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Sep 20, 2024
1 parent ea96c46 commit 20c4429
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires =
[testenv:py{310,311,312}-lock]
allowlist_externals =
cp
git
cat
changedir =
{env:LOCKDIR}
conda_channels =
Expand All @@ -30,7 +30,8 @@ skip_install =
commands =
cp {env:YMLFILE} {env:TMPFILE}
python -c 'from sys import version_info as v; fh = open("{env:TMPFILE}", "a"); fh.write(f"\n - python =\{v.major\}.\{v.minor\}\n")'
git diff
echo "tempfile path : {env:TMPFILE}"
cat {env:TMPFILE}
conda-lock --channel conda-forge --kind explicit --file {env:TMPFILE} --platform linux-64 --filename-template "{envname}-\{platform\}.txt" {posargs}


Expand Down

0 comments on commit 20c4429

Please sign in to comment.