Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
AutoAWQ
Commits
6aa94f54
Commit
6aa94f54
authored
Aug 28, 2023
by
Casper Hansen
Browse files
Add Python checkout
parent
a20d30dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
.github/workflows/build.yaml
.github/workflows/build.yaml
+5
-0
No files found.
.github/workflows/build.yaml
View file @
6aa94f54
...
...
@@ -53,6 +53,11 @@ jobs:
-
name
:
Checkout code
uses
:
actions/checkout@v3
-
name
:
Setup Python
uses
:
actions/setup-python@v3
with
:
python-version
:
${{ matrix.pyver }}
-
name
:
Setup Miniconda
uses
:
conda-incubator/setup-miniconda@v2.2.0
with
:
...
...
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