diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44dd36e..067b4ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: run: | conda create -n test-env python=${{ matrix.python-version }} -y conda init - source /root/.bashrc + source /home/runner/.bashrc conda activate test-env pip install tox tox-conda @@ -47,6 +47,6 @@ jobs: - name: Run Tox run: | conda init - source /root/.bashrc + source /home/runner/.bashrc conda activate test-env tox -e py$(echo ${{ matrix.python-version }} | tr -d . | cut -c 1-3)