Explorar o código

fix for git pull

Avik Datta %!s(int64=3) %!d(string=hai) anos
pai
achega
4b24aaf617
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .github/workflows/python-app.yml

+ 2 - 1
.github/workflows/python-app.yml

@@ -32,9 +32,10 @@ jobs:
         # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
         flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
     - name: Checkout other repo
-      uses: actions/checkout@cellranger_v6
+      uses: actions/checkout@master
       with:
         repository: imperial-genomics-facility/data-management-python
+        ref: cellranger_v6
     - name: Test with pytest
       run: |
         pytest