Giter VIP home page Giter VIP logo

706_week04_yl's Introduction

CI

706_Week04_YL

This repository includes the main tasks for Week 4:

  • Makefile is a configuration file used in Unix-based systems for automating tasks and building software. It contains instructions and dependencies for compiling code, running tests, and other development tasks.
  • .devcontainer includes a Dockerfile and devcontainer.json. The Dockerfile within this folder specifies how the container should be built, and other settings in this directory may control development environment configurations.
  • Workflows includes GitHub Actions, which contain configuration files for setting up automated build, test, and deployment pipelines for your project.
  • .gitignore is used to specify which files or directories should be excluded from version control when using Git.
  • README.md is the instruction file for the readers.
  • main.py is a Python file that contains the main function.
  • test_main.py is a test file for main.py that can successfully run in IDEs.
  • requirements.txt is to specify the dependencies (libraries and packages) required to run the project.

Project description

The goal is to use GitHub Actions Matrix build for testing at least 3 different Python versions.

Project environment

  • Use codespace for scripting
  • Container built in devcontainers and virtual environment activated via requirements.txt
  • To run the code, use the command python main.py in the terminal

Check format & errors

  1. make format

  2. make lint

Alt text

  1. make test

Alt text

GitHub Actions with Matrix Strategy

Link: https://github.com/nogibjj/706_Week04_YL/actions/runs/6252588084

706_week04_yl's People

Contributors

bistduwohlnichtganzbeitrost avatar

Watchers

Noah Gift avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.