Make pip wheel with Dakota+Carolina #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |