Skip to content

Commit

Permalink
fix: test specifying stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
levje committed Nov 6, 2024
1 parent 6ec2567 commit 7ca4463
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
with:
python-version: "3.10"
- name: Install dependencies
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 7ca4463

Please sign in to comment.