Marshall 7 mesi fa
parent
commit
827d279dbd
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .github/workflows/ci-pip.yml

+ 2 - 0
.github/workflows/ci-pip.yml

@@ -18,6 +18,8 @@ jobs:
 
     steps:
     - uses: actions/checkout@v3
+      with:
+        submodules: 'recursive' 
     
     - name: Set up Python
       uses: actions/setup-python@v4