From 60ef9beed82b4d7fa90024e8d1d2349a43109df0 Mon Sep 17 00:00:00 2001 From: watzo Date: Sun, 3 Jul 2022 08:45:27 +0200 Subject: [PATCH] #6 fix test run on macosx --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 347ca5f..07ddef5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -92,7 +92,7 @@ jobs: command: python3.9 setup.py install - run: name: Run tests - command: ./scripts/runtests.py + command: python3.9 scripts/runtests.py - run: name: Package command: python3.9 -m nuitka --assume-yes-for-downloads --standalone --macos-create-app-bundle --onefile src/aksyfs/aksyfuse.py --output-dir=build/binaries