Skip to content

Commit

Permalink
ci: Revert to default temp - wasn't the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Feb 1, 2024
1 parent a91c1a7 commit e5102fa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Set TMPDIR for Windows
if: matrix.os == 'windows-latest'
run: |
mkdir ${{ github.workspace }}\tmp
echo ::set-env name=TMPDIR::${{ github.workspace }}\tmp
- name: Run tests on ${{ matrix.os }}
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e5102fa

Please sign in to comment.