Skip to content

Commit

Permalink
fix: remove test echo
Browse files Browse the repository at this point in the history
  • Loading branch information
levje committed Nov 6, 2024
1 parent 7ca4463 commit f85cc30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
env:
SETUPTOOLS_USE_DISTUTILS: "stdlib"
run: |
echo setuptools_use_dist_utils: $SETUPTOOLS_USE_DISTUTILS
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
./install.sh
Expand Down

0 comments on commit f85cc30

Please sign in to comment.