We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b86fc commit 7f2767cCopy full SHA for 7f2767c
.github/workflows/run-s3-test-push.yml
@@ -22,15 +22,6 @@ jobs:
22
- uses: actions/checkout@v5
23
with:
24
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
34
- name: Export proxy
35
run: |
36
echo 'USE_S3 = True' >> activestorage/config.py
0 commit comments