Skip to content

Commit

Permalink
Remove --basetemp
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Oct 2, 2023
1 parent dff6230 commit 102eee1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ jobs:
- name: Run Tests
run: pytest
--alluredir="${{ env.ALLURE_DIR }}"
--basetemp="${{ runner.temp }}/${{ matrix.test-type }}"
--cov=conda_build
--durations-path="tools/durations/${{ runner.os }}.json"
--group=${{ matrix.test-group }}
Expand Down Expand Up @@ -233,7 +232,6 @@ jobs:
- name: Run Tests
run: pytest
--alluredir="${{ env.ALLURE_DIR }}"
--basetemp="${{ runner.temp }}\${{ matrix.test-type }}"
--cov=conda_build
--durations-path="tools\durations\${{ runner.os }}.json"
--group=${{ matrix.test-group }}
Expand Down Expand Up @@ -343,7 +341,6 @@ jobs:
- name: Run Tests
run: pytest
--alluredir="${{ env.ALLURE_DIR }}"
--basetemp="${{ runner.temp }}/${{ matrix.test-type }}"
--cov=conda_build
--durations-path=tools/durations/${{ runner.os }}.json
--group=${{ matrix.test-group }}
Expand Down

0 comments on commit 102eee1

Please sign in to comment.