diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 0952277669..937d1f30eb 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -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 @@ -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' }}