Skip to content

Commit

Permalink
updated checkout and renamed job names for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati committed Aug 6, 2023
1 parent b26360d commit f493d66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/openfl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:


jobs:
build:
openfl-test:

runs-on: ubuntu-latest

Expand All @@ -25,7 +25,7 @@ jobs:
sudo rm -rf "$ANDROID_SDK_ROOT"
df -h
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

# Use changed-files-specific action to collect file changes.
# The following commented condition applied to a step will run that step only if non-docs files have changed.
Expand Down Expand Up @@ -90,7 +90,6 @@ jobs:
cd openfl
git fetch --tags
git checkout $(git describe --tags --abbrev=0)
# pip install "tensorboardX!=2.6.2" # https://github.com/lanpa/tensorboardX/issues/716
sed -i -e 's/protobuf==3.19.6/protobuf/g' setup.py ## this should NOT be there
pip install -e .
cd ..
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:


jobs:
build:
full-test:

runs-on: ubuntu-latest

Expand All @@ -25,7 +25,7 @@ jobs:
sudo rm -rf "$ANDROID_SDK_ROOT"
df -h
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

# Use changed-files-specific action to collect file changes.
# The following commented condition applied to a step will run that step only if non-docs files have changed.
Expand Down

0 comments on commit f493d66

Please sign in to comment.