Skip to content

Commit

Permalink
Test minisat with GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Mar 9, 2020
1 parent ba17d27 commit ac37803
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
python --version
python3 -c "import multiprocessing as m; print('CPUs:', m.cpu_count())"
- name: Install tox
- name: Install dependencies
run: |
sudo apt-get -y install minisat
python -m pip install --upgrade pip tox
- name: Check style
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.3 (2020-03-09)

* Test minisat with GitHub actions.


# 1.2 (2020-03-09)

* Modernize code with pyupgrade.
Expand Down

0 comments on commit ac37803

Please sign in to comment.