Skip to content

Commit

Permalink
ci/cd update
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Oct 12, 2024
1 parent 80adbf7 commit b999c12
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: unittest

on: [push]

Expand All @@ -12,7 +12,7 @@ jobs:
- name: Set up Python 3.6
uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: 3.9

- name: unittest
run: |
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# PyCout
> C++'s `cout << "Hello" << " World!" << endl;` in Python
[![Actions Status](https://github.com/ebonnal/pycout/workflows/test/badge.svg)](https://github.com/ebonnal/pycout/actions) [![Actions Status](https://github.com/ebonnal/pycout/workflows/PyPI/badge.svg)](https://github.com/ebonnal/pycout/actions)
[![Actions Status](https://github.com/ebonnal/pycout/workflows/unittest/badge.svg)](https://github.com/ebonnal/pycout/actions)
[![Actions Status](https://github.com/ebonnal/pycout/workflows/PyPI/badge.svg)](https://github.com/ebonnal/pycout/actions)

`pip install pycout`

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b999c12

Please sign in to comment.