Skip to content

Commit

Permalink
Fixing GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pravirkr committed Aug 13, 2020
1 parent 2819213 commit 4841053
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Python package
name: GitHub CI

on:
push:
Expand All @@ -25,9 +25,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt update
sudo apt install build-essential python-setuptools python-pip python-tk
sudo apt install git curl wget make cmake fftw3 fftw3-dev pkg-config libiomp-dev libopenmpi-dev
sudo apt-get update
sudo apt-get -y install build-essential fftw3 fftw3-dev
python -m pip install --upgrade pip
pip install --upgrade setuptools
pip install numpy matplotlib ipython tqdm
Expand Down
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

`sigpyproc` is a pulsar and FRB data analysis library for python.

[![Build Status](https://travis-ci.com/pravirkr/sigpyproc3.svg?branch=master)](https://travis-ci.com/pravirkr/sigpyproc3)
[![GitHub CI](https://github.com/FRBs/sigpyproc3/workflows/GitHub%20CI/badge.svg)](https://github.com/FRBs/sigpyproc3/actions)


Usage
Expand All @@ -29,7 +29,7 @@ You need Python 3.6 or later to run sigpyproc.
Once you have all the requirements installed, you can install this via pip:

```
pip install git+https://github.com/pravirkr/sigpyproc3
pip install git+https://github.com/FRBs/sigpyproc3
```

Or, download / clone this repository, and then run
Expand Down

0 comments on commit 4841053

Please sign in to comment.