Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
diceware-debian
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drebs
diceware-debian
Commits
e4f4b8bc
Unverified
Commit
e4f4b8bc
authored
10 months ago
by
ulif
Browse files
Options
Downloads
Patches
Plain Diff
Further fiddling around with workflows.
parent
b5c66c6f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/tests.yml
+2
-4
2 additions, 4 deletions
.github/workflows/tests.yml
with
2 additions
and
4 deletions
.github/workflows/tests.yml
+
2
−
4
View file @
e4f4b8bc
...
@@ -21,16 +21,14 @@ jobs:
...
@@ -21,16 +21,14 @@ jobs:
strategy
:
strategy
:
matrix
:
matrix
:
os
:
os
:
-
ubuntu-latest
-
[
"
ubuntu"
,
"
ubuntu-latest
"
]
runs-on
:
${{ matrix.os }}
runs-on
:
${{ matrix.os }}
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
name
:
Set up Python (3.9)
-
name
:
Set up Python (3.9)
uses
:
actions/setup-python@v5
uses
:
actions/setup-python@v5
with
:
with
:
# We can give multiple python versions, but no py2.x any more
python-version
:
"
3.9"
python-version
:
|
"3.9"
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
python -m pip install --upgrade pip
python -m pip install --upgrade pip
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment