Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nadav3396 committed Feb 19, 2024
1 parent 67fcb80 commit 138262e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/version-testing.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Version Testing
on:
push:
schedule:
- cron: "0 7 * * *"
jobs:
test-untested-versions:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -79,7 +81,7 @@ jobs:
- run: PYTHONPATH=${PYTHONPATH}:$(pwd)/scripts python3 -m gather_version_artifacts
- run: git --no-pager diff
- run: rm -rf versions_artifacts # the artifacts shouldn't be committed
- run: echo "::set-output name=branch_name::$(date +version-testing-%Y%m%d)_ng"
- run: echo "::set-output name=branch_name::$(date +version-testing-%Y%m%d)"
id: branch_name
- run: | # update 'Supported packages' section in README.md
PYTHONPATH=${PYTHONPATH}:$(pwd)/scripts python3 -m update_supported_packages_documentation
Expand Down

0 comments on commit 138262e

Please sign in to comment.