We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d15da1 commit 656137fCopy full SHA for 656137f
.github/workflows/update.yml
@@ -0,0 +1,27 @@
1
+# This workflow will install Python dependencies, run tests and lint with a single version of Python
2
+# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
+
4
+name: Python application
5
6
+on:
7
+ push:
8
+ branches: [seyeon22222]
9
10
11
+jobs:
12
+ build:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions/checkout@v2
16
+ - name: Set up Python 3.9
17
+ uses: actions/setup-python@v2
18
+ with:
19
+ python-version: 3.9
20
+ - name: install dependencies
21
+ run: |
22
+ python -m pip install --upgrade pip
23
+ pip install requests
24
+ - name: run code
25
26
+ cd workbook
27
+ python actions.py
0 commit comments