Skip to content

Commit ac10f90

Browse files
committed
ci: update pipeline
1 parent de1dc52 commit ac10f90

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/run_tests.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on: [push]
44

55
jobs:
66
build:
7+
78
strategy:
9+
fail-fast: false
810
matrix:
9-
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9", "3.8", "3.7", "3.6"]
10-
runs-on: ubuntu-latest
11+
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9", "3.8", "3.7"]
12+
runs-on: ubuntu-22.04
1113
name: Python ${{ matrix.python-version }}
1214
steps:
1315
- uses: actions/checkout@v3

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# mclsimpy
22

3+
![Python 3.13](https://github.com/incebellipipo/mclsimpy/actions/workflows/run_tests.yml/badge.svg?branch=main&event=push&status=Python%203.13)
4+
![Python 3.12](https://github.com/my-user/my-repo/actions/workflows/python-package.yaml/badge.svg?branch=main&event=push&status=Python%203.12)
5+
6+
37
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Python: v3.8](https://shields.io/badge/python-v3.8-green.svg)](https://www.python.org/downloads/release/python-380/) [![Python: v3.9](https://shields.io/badge/python-v3.9-green.svg)](https://www.python.org/downloads/release/python-390)
48

59
Vessel simulator used in master project and master thesis of M. Kongshaug, H. Mo, E. Midtun and J. Hygen. The project is developed at Norwegian University of Science and Technology, Institue of Marine Technology.

0 commit comments

Comments
 (0)