Skip to content

Make pip wheel with Dakota+Carolina #2

Make pip wheel with Dakota+Carolina

Make pip wheel with Dakota+Carolina #2

name: 🤠 Test repo access 🤠
on: [pull_request]
jobs:
clone_it:
name: 🤠 Download private repos 🤠
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
python-version: ['3.10']
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: "DL Seba"
run: git clone https://${{ secrets.DEPENDENCY_ACCESS_TOKEN }}@github.com/TNO-Everest/[email protected]
- name: "DL spinningjenny"
run: git clone https://${{ secrets.DEPENDENCY_ACCESS_TOKEN }}@github.com/equinor/spinningjenny.git
- name: "DL Everest"
run: git clone https://${{ secrets.DEPENDENCY_ACCESS_TOKEN }}@github.com/equinor/everest.git