Skip to content

Commit

Permalink
Remove '' from PULPCORE_REQUIREMENTS and PULPCORE_FULL_REQUIREMENTS v…
Browse files Browse the repository at this point in the history
…ariables
  • Loading branch information
Odilhao committed Aug 1, 2024
1 parent 7272e36 commit 6254432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-package-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
run: dnf install -y gobject-introspection-devel cairo-devel gcc make cmake python3.11-devel python3.11-wheel python3.11-pip

- name: Install Pulp using requirements.txt
run: pip3.11 install -r '$PULPCORE_REQUIREMENTS'
run: pip3.11 install -r $PULPCORE_REQUIREMENTS

- name: Collect List of packages
run: pip3.11 freeze | sed '/gobject/d; /scikit/d; /libcomps/d; /solv/d; /createrepo/d; /distro/d; /^ansible/d; /^jsonschema/d; /^pulp/d;' > '$PULPCORE_FULL_REQUIREMENTS'
run: pip3.11 freeze | sed '/gobject/d; /scikit/d; /libcomps/d; /solv/d; /createrepo/d; /distro/d; /^ansible/d; /^jsonschema/d; /^pulp/d;' > $PULPCORE_FULL_REQUIREMENTS

- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6254432

Please sign in to comment.