Skip to content

Commit f308412

Browse files
committed
Update workflows
1 parent a3b5d2f commit f308412

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
uses: actions/setup-python@v1
2222
with:
2323
python-version: ${{ matrix.python-version }}
24-
- name: Print the platform name
25-
run: |
26-
echo "import sys; print(sys.platform)" > print_platform.py
27-
python print_platform.py
2824
- name: Install dependencies
2925
run: |
3026
python -m pip install --upgrade pip
@@ -37,6 +33,10 @@ jobs:
3733
pip install flake8
3834
# Stop the build if there are flake8 issues
3935
flake8 . --count --show-source --statistics --exclude=temp
36+
- name: Print the platform name
37+
run: |
38+
echo "import sys; print(sys.platform)" > print_platform.py
39+
python print_platform.py
4040
- name: Install Chrome and Firefox
4141
run: |
4242
sudo apt install google-chrome-stable

0 commit comments

Comments
 (0)