Skip to content

Commit 7f2767c

Browse files
committed
remove miniconda setup block in rapid test too
1 parent f2b86fc commit 7f2767c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/run-s3-test-push.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ jobs:
2222
- uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
25-
- uses: conda-incubator/setup-miniconda@v3
26-
with:
27-
python-version: ${{ matrix.python-version }}
28-
miniforge-version: "latest"
29-
use-mamba: true
30-
- name: Get conda and Python versions
31-
run: |
32-
conda --version
33-
python -V
3425
- name: Export proxy
3526
run: |
3627
echo 'USE_S3 = True' >> activestorage/config.py

0 commit comments

Comments
 (0)