You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build-and-publish-TestPyPI-dummy.yml
+30-29Lines changed: 30 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -62,11 +62,12 @@ jobs:
62
62
python-version: ["3.9"]
63
63
steps:
64
64
- name: Checkout
65
-
-uses: actions/checkout@v3
65
+
uses: actions/checkout@v3
66
66
with:
67
67
ref: staging
68
68
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
69
69
fetch-depth: 0
70
+
- run: git pull
70
71
- name: Install Dependencies and check SDK versions
71
72
run: |
72
73
python -m venv venv_hardware_test
@@ -92,36 +93,36 @@ jobs:
92
93
# current_version should be changed to something else. the new version should be compared to the current version from previous step and revert if it was incremented.
0 commit comments