From fffd816e12a6c182d1e3e234526b9d9c86a9c5d2 Mon Sep 17 00:00:00 2001
From: Andrew Murray <radarhere@users.noreply.github.com>
Date: Mon, 13 Nov 2023 19:20:53 +1100
Subject: [PATCH] direct

---
 .github/workflows/wheels-dependencies.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh
index 5b9c42f6c36..ceb5bcfa969 100755
--- a/.github/workflows/wheels-dependencies.sh
+++ b/.github/workflows/wheels-dependencies.sh
@@ -2,9 +2,8 @@
 # Define custom utilities
 # Test for macOS with [ -n "$IS_MACOS" ]
 source wheels/multibuild/common_utils.sh
-source wheels/multibuild/travis_steps.sh
+source wheels/multibuild/library_builders.sh
 if [ -z "$IS_MACOS" ]; then
-    source wheels/multibuild/library_builders.sh
     source wheels/multibuild/manylinux_utils.sh
 fi