This commit is contained in:
Jesse Bannon 2023-02-22 22:50:08 -08:00
parent e0e6efbdf0
commit c84df16aa2

View file

@ -65,9 +65,9 @@ jobs:
run: | run: |
echo '${{ needs.version.outputs.init_contents }}' > src/ytdl_sub/__init__.py echo '${{ needs.version.outputs.init_contents }}' > src/ytdl_sub/__init__.py
- name: Install Python - name: Install Python
run: |
cat /etc/os-release cat /etc/os-release
sudo dnf update sudo dnf update
run: |
- name: Install and Package - name: Install and Package
run: | run: |
python --version python --version