From a4b10e4be8b31e39e3685095b432ae10016a7658 Mon Sep 17 00:00:00 2001 From: Piotr Bartman Date: Tue, 23 Jul 2024 18:08:21 +0200 Subject: [PATCH] macos workaround --- .github/workflows/conmech_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conmech_tests.yml b/.github/workflows/conmech_tests.yml index 0bc129ce..10e3917b 100644 --- a/.github/workflows/conmech_tests.yml +++ b/.github/workflows/conmech_tests.yml @@ -29,7 +29,7 @@ jobs: run: | sudo ln -s `which python3` /usr/local/bin/python echo "PIP_INSTALL_ARGS=--break-system-packages" >> $GITHUB_ENV - python -m pip install --break-system-packages setuptools packaging # Python 3.12 workaround + python -m pip install --break-system-packages distutils setuptools packaging # Python 3.12 workaround - run: pip install pytest - run: pip install -r requirements.txt