Skip to content

Commit

Permalink
reference correct repos/branches
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed May 11, 2024
1 parent 7d17fcc commit 4d12fac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ jobs:
if: ${{ github.event_name == 'pull_request' && steps.build-cyclus.outcome == 'success' }}
uses: actions/checkout@v4
with:
repository: bennibbelink/cycamore
repository: cyclus/cycamore
path: ${{ github.workspace }}/cycamore
ref: python3

- name: Build and Test Cycamore
id: build-cycamore
Expand All @@ -94,9 +93,8 @@ jobs:
if: ${{ github.event_name == 'pull_request' && steps.build-cycamore.outcome == 'success' }}
uses: actions/checkout@v4
with:
repository: bennibbelink/cymetric
repository: cyclus/cymetric
path: ${{ github.workspace }}/cymetric
ref: python3

- name: Build and Test Cymetric
if: ${{ github.event_name == 'pull_request' && steps.build-cycamore.outcome == 'success' }}
Expand Down

0 comments on commit 4d12fac

Please sign in to comment.