Skip to content
Snippets Groups Projects
Unverified Commit e4f4b8bc authored by ulif's avatar ulif
Browse files

Further fiddling around with workflows.

parent b5c66c6f
Branches
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment