Skip to content

Commit

Permalink
cicd: missing commented out block
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Nov 18, 2024
1 parent c7adc3b commit f21db30
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -469,11 +469,10 @@ jobs:
name: Python-Installer-centos_stream9
path: installer

# TODO: reactivate...
# - uses: actions/download-artifact@v4
# with:
# name: Python-Installer-fedora_latest
# path: installer
- uses: actions/download-artifact@v4
with:
name: Python-Installer-fedora_latest
path: installer

- name: Display structure of downloaded files
run: ls -R
Expand Down

0 comments on commit f21db30

Please sign in to comment.