Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Romain Casati
Basthon-JupyterLab
Commits
0903ad5e
Commit
0903ad5e
authored
Apr 23, 2021
by
Jeremy Tuloup
Browse files
Remove Python step in the GH Actions workflow
parent
29218df5
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build.yml
View file @
0903ad5e
...
...
@@ -36,14 +36,6 @@ jobs:
${{ env.CACHE_EPOCH }}-yarn-packages-${{ hashFiles('yarn.lock') }}
restore-keys
:
|
${{ env.CACHE_EPOCH }}-yarn-packages-
-
name
:
Install Python
uses
:
actions/setup-python@v2
with
:
python-version
:
'
3.9'
architecture
:
'
x64'
-
name
:
Install Python dependencies
run
:
|
python -m pip install build
-
name
:
Install
if
:
steps.cache-node-modules.outputs.cache-hit != 'true'
run
:
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment