Skip to content

Commit

Permalink
Merge pull request IAHispano#813 from Margen67/pr
Browse files Browse the repository at this point in the history
Update actions, remove whitespace
  • Loading branch information
Vidalnt authored Oct 14, 2024
2 parents 8f9e05d + 8e872a9 commit 83d80f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pre_compiled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: ["3.10"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
python-version: ["3.10.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Free up space on runner
run: |
sudo rm -rf /usr/share/dotnet
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
python-version: ["3.10.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Free up space on runner
run: |
sudo rm -rf /usr/share/dotnet
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
python-version: ["3.10.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
print(f'Finished recording filesystem timestamps to {output_file}.')
scan_and_write(\"/opt/hostedtoolcache/Python/3.10.12/x64\", \"./usr_files.csv\")"
- name: Install dependencies
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install torch==2.3.1 torchvision torchaudio --upgrade --index-url https://download.pytorch.org/whl/cu121
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 2

- name: Set up Python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5
with:
python-version: "3.8"

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
if [[ "$commit_data" == "[]" ]]; then
echo "No commits found for tag $previous_tag. Using current date."
commit_date=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
commit_date=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
else
commit_date=$(echo "$commit_data" | jq -r '.[0].commit.committer.date')
fi
Expand Down Expand Up @@ -129,10 +129,10 @@ jobs:
run: |
npm install https://github.com/IAHispano/gh-release.git
- name: Create package.json
- name: Create package.json
if: steps.check-version.outputs.tag
run: |
cd /home/runner/work/Applio/Applio
cd /home/runner/work/Applio/Applio
echo '{}' > package.json
jq \
--arg version "${{ steps.check-version.outputs.tag }}" \
Expand Down

0 comments on commit 83d80f8

Please sign in to comment.